mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
advence on oneclic playlist
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export interface Playlist {
|
||||
export interface BPList {
|
||||
playlistTitle: string,
|
||||
playlistAuthor: string,
|
||||
playlistDescription?: string,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
export type AppWindow = (
|
||||
"index.html" |
|
||||
"launcher.html" |
|
||||
"oneclick-download-map.html"
|
||||
"oneclick-download-map.html"|
|
||||
"oneclick-download-playlist.html"
|
||||
);
|
||||
Reference in New Issue
Block a user