Remove old TOOD message - we disallow duplicates so don't need GUIDs
This commit is contained in:
parent
383e395658
commit
37c6e91641
@ -181,7 +181,6 @@ class SyncplayClient(object):
|
|||||||
|
|
||||||
@needsSharedPlaylistsEnabled
|
@needsSharedPlaylistsEnabled
|
||||||
def loadNextFileInPlaylist(self):
|
def loadNextFileInPlaylist(self):
|
||||||
# TODO: Fix for GUIDs & add path checks (and make more of code re-use?)
|
|
||||||
if self._playlistIndex is None or len(self._playlist) <= self._playlistIndex+1:
|
if self._playlistIndex is None or len(self._playlist) <= self._playlistIndex+1:
|
||||||
return
|
return
|
||||||
filename = self._playlist[self._playlistIndex+1]
|
filename = self._playlist[self._playlistIndex+1]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user