Ticket #1256: 1-fix-album.patch

File 1-fix-album.patch, 431 bytes (added by eskil <myth@…>, 18 years ago)

patch to fix issue

  • mythmusic/mythmusic/metadata.cpp

     
    13281405        usesPath = true;
    13291406    else
    13301407    {
    1331         if (depth + 1 >= tree_levels.count())
     1408        if (depth >= tree_levels.count())
    13321409        {
    13331410            my_tracks = list;
    13341411            return;