Velhotes/Vinyl

Refresh Vinyl tracks

codeOfRobin opened this issue ยท 1 comments

Calling turntable.dataTask(...) repeatedly uses the disk cache rather than calling from the network (I'm assuming, otherwise that'd defeat the purpose ๐Ÿ˜†).

Is there any way to purge/force refresh a track ?

Nvm, I realized that you guys log the location of the persisted file. Deleting that forces a fresh request ๐Ÿ˜„.

Also realized my question was a bit non-sensical since, in a CI system, there'd be a fresh request made anyway ๐Ÿ˜