1
0
Эх сурвалжийг харах

stupid bug on reload fixxed

git-svn-id: http://repo.nplusc.de/svn/iZink@196 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
masterX244 11 жил өмнө
parent
commit
4955ee9a50

+ 1 - 1
iZpl/src/de/nplusc/izc/iZpl/GUI/PlayListManagingBackend.java

@@ -81,7 +81,7 @@ public class PlayListManagingBackend
     }
     public static void reloadList()
     {
-        PLServer.ppp.reloadLists();
+        PLServer.ppp.reloadLists(true);
     }
     public static void forceElement(int id)
     {