Explorar el Código

stupid bug on reload fixxed

git-svn-id: http://repo.nplusc.de/svn/iZink@196 8b19561d-0d00-6744-8ac1-9afc8f58a8aa
masterX244 hace 11 años
padre
commit
4955ee9a50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      iZpl/src/de/nplusc/izc/iZpl/GUI/PlayListManagingBackend.java

+ 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)
     {