mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
temporarily remove old player implementations to prevent broken app
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user