mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-07-02 03:03:37 +00:00
Add RadioPlay playlist support
This commit is contained in:
@ -8,9 +8,10 @@ export interface station {
|
||||
[key: string]: string
|
||||
},
|
||||
playlist?: {
|
||||
type: "supla" | "yle",
|
||||
type: "radioplay" | "supla" | "yle",
|
||||
address: string | string
|
||||
}
|
||||
track?: string;
|
||||
}
|
||||
|
||||
export default class Stations extends Array {
|
||||
|
Reference in New Issue
Block a user