mirror of
https://github.com/FluxaMedia/fluxa.git
synced 2026-08-04 07:56:01 +00:00
pushWatchlist's Simkl branch was guarded by `if (isInWatchlist && ...)` with no else — removing an item locally never removed it on Simkl, since only sync/add-to-list was ever called. Adds the mirroring sync/remove-from-list endpoint and routes the push based on isInWatchlist, matching how the Trakt branch already handles both directions. Durability (WorkManager-backed) for watchlist push in general — Trakt's branch has the same gap — is left as follow-up; this only fixes the missing Simkl remove call. |
||
|---|---|---|
| .. | ||
| schemas | ||
| src | ||
| build.gradle.kts | ||