mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-10 21:47:06 +03:00
Enable hash prefix by default
Closes https://github.com/ajayyy/SponsorBlock/issues/529
This commit is contained in:
committed by
GitHub
parent
026858509a
commit
2fdd43f96f
@@ -167,7 +167,7 @@ const Config: SBObject = {
|
|||||||
audioNotificationOnSkip: false,
|
audioNotificationOnSkip: false,
|
||||||
checkForUnlistedVideos: false,
|
checkForUnlistedVideos: false,
|
||||||
testingServer: false,
|
testingServer: false,
|
||||||
hashPrefix: false,
|
hashPrefix: true,
|
||||||
refetchWhenNotFound: true,
|
refetchWhenNotFound: true,
|
||||||
|
|
||||||
categorySelections: [{
|
categorySelections: [{
|
||||||
|
|||||||
Reference in New Issue
Block a user