advence on oneclic playlist

This commit is contained in:
MathieuG-P
2022-12-20 15:57:26 +01:00
parent 58faea04a3
commit 7e10d28d28
13 changed files with 112 additions and 23 deletions
@@ -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"
);