Remove hash prefix option (always uses hash prefix)

This commit is contained in:
Ajay Ramachandran
2021-05-19 16:11:07 -04:00
parent ac6cd2cec1
commit 3ef2673bfc
3 changed files with 11 additions and 49 deletions

View File

@@ -35,7 +35,6 @@ interface SBConfig {
audioNotificationOnSkip,
checkForUnlistedVideos: boolean,
testingServer: boolean,
hashPrefix: boolean,
refetchWhenNotFound: boolean,
ytInfoPermissionGranted: boolean,
@@ -169,7 +168,6 @@ const Config: SBObject = {
audioNotificationOnSkip: false,
checkForUnlistedVideos: false,
testingServer: false,
hashPrefix: true,
refetchWhenNotFound: true,
ytInfoPermissionGranted: false,