[gnome-music/wip/mschraal/player-remove-obsolete-comments] player: Remove obsolete FIXME's




commit 236adadef5f0f7f9562a24ff625fd001b613cd21
Author: Marinus Schraal <mschraal gnome org>
Date:   Fri Jun 3 15:51:34 2022 +0200

    player: Remove obsolete FIXME's

 gnomemusic/player.py | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/gnomemusic/player.py b/gnomemusic/player.py
index c0c2fa961..5907548fd 100644
--- a/gnomemusic/player.py
+++ b/gnomemusic/player.py
@@ -592,11 +592,6 @@ class Player(GObject.GObject):
             if (percentage > 0.5
                     and self._new_clock):
                 self._new_clock = False
-                # FIXME: we should not need to update smart
-                # playlists here but removing it may introduce
-                # a bug. So, we keep it for the time being.
-                # FIXME: Not using Playlist class anymore.
-                # playlists.update_all_smart_playlists()
                 current_song.bump_play_count()
                 current_song.set_last_played()
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]