Page 1 of 1

[Solved] Disabling the auto refresh on home tab

PostPosted: Tue Mar 29, 2016 7:50 pm
by heru
Is there an easy way to disable the refresh on the home tab/album overview that happens every 30 seconds or so in 6.0.beta1 (build 4676)?

That thing is driving me insane.

Re: Disabling the auto refresh on home tab

PostPosted: Tue Mar 29, 2016 8:35 pm
by acroyear
Switch your album view to something like Recently Added. For Random, it is going to do it. And yeah, I don't care for it either, I'd rather have an explicit refresh action/button to push.

Re: Disabling the auto refresh on home tab

PostPosted: Tue Mar 29, 2016 8:59 pm
by heru
Thanks for the tip. I ended up just commenting the the offending code instead. If anyone else is interested the code is here:
Code: Select all
/var/subsonic/jetty/d85b52/webapp/WEB-INF/jsp/home.jsp:
12             <c:if test="${model.listType eq 'random'}">
13             setTimeout("refresh()", 20000);
14            /</c:if>