temporarily remove old player implementations to prevent broken app

This commit is contained in:
jeffvli
2025-11-02 01:40:20 -08:00
parent 1d4069d4fa
commit 550ba4f768
42 changed files with 2571 additions and 2598 deletions
+14 -8
View File
@@ -101,20 +101,16 @@ export enum FontType {
}
export enum Play {
INDEX = 'index',
LAST = 'last',
NEXT = 'next',
NOW = 'now',
SHUFFLE = 'shuffle',
}
export enum PlaybackStyle {
CROSSFADE = 'crossfade',
GAPLESS = 'gapless',
}
export enum PlaybackType {
LOCAL = 'local',
WEB = 'web',
export enum PlayerQueueType {
DEFAULT = 'default',
PRIORITY = 'priority',
}
export enum PlayerRepeat {
@@ -134,6 +130,16 @@ export enum PlayerStatus {
PLAYING = 'playing',
}
export enum PlayerStyle {
CROSSFADE = 'crossfade',
GAPLESS = 'gapless',
}
export enum PlayerType {
LOCAL = 'local',
WEB = 'web',
}
export enum TableColumn {
ACTIONS = 'actions',
ALBUM = 'album',