add disabling of sorting where appropriate

This commit is contained in:
Drew Weymouth
2023-05-23 11:10:43 -07:00
parent 1f3559de43
commit 137e0334e0
5 changed files with 23 additions and 6 deletions
+1
View File
@@ -290,6 +290,7 @@ func (p *PlaylistList) buildHeader() {
{"Description", false, false},
{"Owner", false, false},
{"Track Count", true, false}}, p.columnsLayout)
p.header.DisableSorting = true
}