Closes #35: Implemented logging

This commit is contained in:
Sumner Evans
2020-01-20 14:33:54 -07:00
parent 07f8d81509
commit 072a8319b4
8 changed files with 100 additions and 43 deletions

View File

@@ -220,7 +220,6 @@ class PlaylistList(Gtk.Box):
def create_playlist(self, playlist_name):
def on_playlist_created(f):
print(f)
CacheManager.invalidate_playlists_cache()
self.update(force=True)