music stuff
This commit is contained in:
parent
c7aea4abed
commit
1a69cda9ff
9 changed files with 731 additions and 37 deletions
|
@ -32,7 +32,8 @@
|
|||
"<Tab>": NextTab,
|
||||
"<S-Tab>": PreviousTab,
|
||||
"1": SwitchToTab("Queue"),
|
||||
"2": SwitchToTab("Recently Added"),
|
||||
# "2": SwitchToTab("Recently Added"),
|
||||
"2": SwitchToTab("Genre"),
|
||||
"3": SwitchToTab("Artists"),
|
||||
"4": SwitchToTab("Album Artists"),
|
||||
"5": SwitchToTab("Albums"),
|
||||
|
@ -118,6 +119,10 @@
|
|||
name: "Queue",
|
||||
pane: Pane(Queue),
|
||||
),
|
||||
# (
|
||||
# name: "Recently Added",
|
||||
# pane: Pane(Browser(root_tag: "album", separator: ";")),
|
||||
# ),
|
||||
(
|
||||
name: "Genre",
|
||||
pane: Pane(Browser(root_tag: "genre", separator: ";")),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue