Closed xavierxross closed 2 years ago
same thing here
You can get rid of this error by changing option local_database
to false it's by default true in the sponsorblock.lua it will look like this local_database = false
.
thanks !
Can this option also be set in a script-opts file so that it's not lost when updating? I tried making a file called sponsorblock.conf
and putting the line in there, but it tells me
sponsorblock: script-opts/sponsorblock.conf:1 unknown key 'local options ', ignoring
sponsorblock: script-opts/sponsorblock.conf:2 unknown key ' local_database ', ignoring
I tried adding it a few ways with none working so far.
@Soundtoxin Put the following in sponsorblock.conf
local_database=no
@Soundtoxin Put the following in
sponsorblock.conf
local_database=no
Thank you, that worked!