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
It is possible to create out-of-sync channels (EPG says one thing while Tunarr UI says another) if the channel update path fails during channel lineup update but has already succeeded in updating the DB. We do various DB updates in a transaction on this path, but we could also write to the lineup JSON within the transaction. If it fails, the DB updates would rollback
The text was updated successfully, but these errors were encountered:
It is possible to create out-of-sync channels (EPG says one thing while Tunarr UI says another) if the channel update path fails during channel lineup update but has already succeeded in updating the DB. We do various DB updates in a transaction on this path, but we could also write to the lineup JSON within the transaction. If it fails, the DB updates would rollback
The text was updated successfully, but these errors were encountered: