Remove old TOOD message - we disallow duplicates so don't need GUIDs

This commit is contained in:
Et0h 2016-01-23 15:14:23 +00:00
parent 383e395658
commit 37c6e91641

View File

@ -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]