coverart-browser
coverart-browser copied to clipboard
coverflow does not update pictures when small number of pictures are in view
Restrict the number of covers display to say 3.
Now drag and drop a picture from the cover view. It does not update the picture on the coverflow. Flip back to the iconview - the image has been correctly updated.
Looks like there is some-sort of caching by the webview.
So how do we force clearing of the cache before loading?
this commit on rhythmremote is not an area I've investigated - will cache-control help here? https://github.com/jamesbsmith/rhythmbox-rhythmremote/commit/d4cf9f7badb726769298950a08dd4e7f0b257fa8
src/Views.py
def play(name):
-
# For firefox: Use cache to answer duplicate GET requests.
-
bottle.response.set_header('Cache-Control', 'max-age=1')
-
PlayerControl().play(name)
EDIT
"<meta http-equiv="Cache-control" content="no-cache">"