add dedicated default_view for playlists

This commit is contained in:
simon 2021-12-26 22:51:37 +07:00
parent 6e348892f2
commit 6229d92333
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@
"default_view": {
"home": "grid",
"channel": "list",
"downloads": "list"
"downloads": "list",
"playlist": "grid"
},
"subscriptions": {
"auto_search": false,