1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-12-03 05:08:05 +00:00

Fix: default columns for last played songs list

This commit is contained in:
jcorporation
2018-11-13 23:56:10 +00:00
parent a8b62586d6
commit b4f0f748f9
5 changed files with 5 additions and 5 deletions

View File

@@ -1062,7 +1062,7 @@ function parseSettings(obj) {
app.apps.Search.state = '0/filename/';
app.apps.Queue.state = '0/filename/';
settings.colsQueue = ["Pos", "Title", "Duration"];
settings.colsLastPlayed = ["Pos", "Title", "Duration"];
settings.colsLastPlayed = ["Pos", "Title", "LastPlayed"];
settings.colsSearch = ["Title", "Duration"];
settings.colsBrowseFilesystem = ["Type", "Title", "Duration"];
settings.colsBrowseDatabase = ["Track", "Title", "Duration"];