Skip to content

Commit

Permalink
Bugfix: Ensure changed cover art is displayed
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/subsonic/code/trunk@4588 104adb81-38d2-4886-885e-82898e39ce25
  • Loading branch information
sindre_mehus committed Dec 26, 2015
1 parent 208f7f2 commit a2b1eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions subsonic-main/TODO.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Sonos: Show artist image, if cached.
REST: Added getAlbumInfo and getAlbumInfo2
REST: Added playCount
Bugfix: Reimplemented cover art search using Last.fm
Bugfix: Ensure changed cover art is displayed

TODO IN 5.4
------------
Expand Down
4 changes: 4 additions & 0 deletions subsonic-main/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@
<filter-name>NoCacheFilter</filter-name>
<url-pattern>/home.view</url-pattern>
</filter-mapping>
<filter-mapping>
<filter-name>NoCacheFilter</filter-name>
<url-pattern>/coverArt.view</url-pattern>
</filter-mapping>

<filter>
<filter-name>AcegiFilter</filter-name>
Expand Down

0 comments on commit a2b1eb5

Please sign in to comment.