https://bugs.kde.org/show_bug.cgi?id=394332
Matthieu Gallien <matthieu_gall...@yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/eli | |sa/c39fb6c703f1421ca1c2d2d4 | |49d87ff5fc3af4f9 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Matthieu Gallien <matthieu_gall...@yahoo.fr> --- Git commit c39fb6c703f1421ca1c2d2d449d87ff5fc3af4f9 by Matthieu Gallien. Committed on 24/06/2018 at 11:39. Pushed by mgallien into branch '0.2'. unmerge albums by using the paths of their tracks Summary: unmerge albums by using the paths of their tracks fix typo in DatabaseInterface::getDuplicateTrackIdFromTitleAlbumTrackDiscNumber fix some problems with database due to errors in foreign keys management duplicate albums if they look like the same but have a different path where there tracks are located fix mediaplaylisttest.cpp automatic tests after fixing bugs in the db Test Plan: tests are OK Reviewers: astippich, januz Reviewed By: astippich Maniphest Tasks: T8953 Differential Revision: https://phabricator.kde.org/D13423 M +320 -5 autotests/databaseinterfacetest.cpp M +8 -8 autotests/mediaplaylisttest.cpp M +224 -35 src/databaseinterface.cpp M +16 -4 src/databaseinterface.h M +12 -0 src/musicalbum.cpp M +4 -0 src/musicalbum.h https://commits.kde.org/elisa/c39fb6c703f1421ca1c2d2d449d87ff5fc3af4f9 -- You are receiving this mail because: You are watching all bug changes.