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
streaming service (would have to store and update all current ones in a searchable way)
SQLite instr may help with just adding a single column for this. Otherwise LIKE might work. Edit: Better use a mapping table. Also avoids modifying the shows table.
The text was updated successfully, but these errors were encountered:
SQLite instr may help with just adding a single column for this. Otherwise
LIKE
might work. Edit: Better use a mapping table. Also avoids modifying the shows table.The text was updated successfully, but these errors were encountered: