parent
71d35a03e1
commit
4c56cbe8c8
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ SOURCE_MAP: dict[PlayingMode, str] = {
|
|||
PlayingMode.FM: "FM Radio",
|
||||
PlayingMode.RCA: "RCA",
|
||||
PlayingMode.UDISK: "USB",
|
||||
PlayingMode.FOLLOWER: "Follower",
|
||||
}
|
||||
|
||||
SOURCE_MAP_INV: dict[str, PlayingMode] = {v: k for k, v in SOURCE_MAP.items()}
|
||||
|
|
Loading…
Add table
Reference in a new issue