GNOME Bugzilla – Bug 744829
Creating playlists before first load of Playlists view --> duplicates in Playlists sidebar
Last modified: 2016-02-17 13:30:52 UTC
When user creates new playlists before they have loaded the Playlists view (i.e. between starting the program and activating Playlists view), any new playlists populate twice in the Playlists sidebar.
Maia i am taking this bug if anyone already working on it please let me know.
Created attachment 321473 [details] [review] A patch to fix this problem This bug is created beacause when a new playlist is added it simultaneously added to playlists model and the database of the gnome-music. when first time playlists is loaded it added all playlist from tracker to the playlists model. so if a playlist created before loading playlists first time it creates duplicate.when playlists are fetched from the tracker i clear the model so that it doesnt have duplicates.
Review of attachment 321473 [details] [review]: makes sense.