From 37c6e91641f71415a0dee9f17cd917dcfa643a74 Mon Sep 17 00:00:00 2001 From: Et0h Date: Sat, 23 Jan 2016 15:14:23 +0000 Subject: [PATCH] Remove old TOOD message - we disallow duplicates so don't need GUIDs --- syncplay/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/syncplay/client.py b/syncplay/client.py index 5f81290..9125095 100644 --- a/syncplay/client.py +++ b/syncplay/client.py @@ -181,7 +181,6 @@ class SyncplayClient(object): @needsSharedPlaylistsEnabled 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: return filename = self._playlist[self._playlistIndex+1]