mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Album view sort by album name not artist name
This commit is contained in:
@@ -632,7 +632,7 @@ function bindSmapiSoapServiceToExpress(
|
||||
});
|
||||
case "albums": {
|
||||
return albums({
|
||||
type: "alphabeticalByArtist",
|
||||
type: "alphabeticalByName",
|
||||
...paging,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user