You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that my settings are present in the database table immediately after I save the source.
sqlite> .headers on
sqlite> .mode line
sqlite> SELECT name, "sponsorblock_categories" FROM sync_source WHERE "enable_sponsorblock" ;
name = Reporting from Ukraine
sponsorblock_categories = sponsor,outro,selfpromo,interaction
sqlite>
However, at some later point they have been set to a blank string.
After refreshing the source, the categories are empty.
These tasks show up in completed tasks:
Index media from source "Reporting from Ukraine" once
Checking all media for source "Reporting from Ukraine"
Renaming all media for source "Reporting from Ukraine"
I have narrowed it down to calling save() on the Source instance.
I have confirmed that my settings are present in the database table immediately after I save the source.
However, at some later point they have been set to a blank string.After refreshing the source, the categories are empty.These tasks show up in completed tasks:
Index media from source "Reporting from Ukraine" once
Checking all media for source "Reporting from Ukraine"
Renaming all media for source "Reporting from Ukraine"
I have narrowed it down to calling
save()
on theSource
instance.See also:
CommaSepChoiceField
fromCharField
#669Closes #362
The text was updated successfully, but these errors were encountered: