add mediaSession, remove bindMediaKey

This commit is contained in:
Michael C
2022-01-27 14:52:13 -05:00
parent 22fcea99f5
commit ba7d46dd73
6 changed files with 23 additions and 31 deletions

View File

@@ -37,7 +37,6 @@ interface SBConfig {
minDuration: number,
skipNoticeDuration: number,
audioNotificationOnSkip: boolean,
bindMediaKey: boolean,
checkForUnlistedVideos: boolean,
testingServer: boolean,
refetchWhenNotFound: boolean,
@@ -199,7 +198,6 @@ const Config: SBObject = {
minDuration: 0,
skipNoticeDuration: 4,
audioNotificationOnSkip: false,
bindMediaKey: false,
checkForUnlistedVideos: false,
testingServer: false,
refetchWhenNotFound: true,