You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.
Users are complaining that their tracks in Cozic have disappeared. It looks like when we start Music, it imports all tracks from Cozic and try to delete them (in fact, it delete the binary from the document, but the Track document don't seem to be deleted).
Deleting contents without event a warning is very unfair to the users. I now that Cozic is no more maintained now, but if some prefers using Cozic instead of Music, we shouldn't force them to migrate to Music.
The text was updated successfully, but these errors were encountered:
I have seen two servers where the Track documents have not been deleted, but have no binary attached. This makes Music crash next time it starts and try to import documents from Cozic (fixed in #58).
We definitively need to improve error management in the application:
handle error case (the code should check if err is not null);
Users are complaining that their tracks in Cozic have disappeared. It looks like when we start Music, it imports all tracks from Cozic and try to delete them (in fact, it delete the binary from the document, but the Track document don't seem to be deleted).
Deleting contents without event a warning is very unfair to the users. I now that Cozic is no more maintained now, but if some prefers using Cozic instead of Music, we shouldn't force them to migrate to Music.
The text was updated successfully, but these errors were encountered: