Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
Adda default to keep compiler happy
Browse files Browse the repository at this point in the history
  • Loading branch information
CDrummond committed Apr 26, 2018
1 parent 2932240 commit 738c044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/sqllibrarymodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ void SqlLibraryModel::libraryUpdated()
case LibraryDb::AS_AlYrAr:
name=album.sort.isEmpty() ? album.name.at(0).toUpper() : album.sort.at(0).toUpper();
break;
default:
case LibraryDb::AS_ArAlYr:
case LibraryDb::AS_ArYrAl:
name=album.artist;
Expand Down

0 comments on commit 738c044

Please sign in to comment.