mirror of
https://github.com/tubearchivist/tubearchivist-jf-plugin.git
synced 2026-03-23 20:37:14 +00:00
[PR #72] [MERGED] Check TA watched status before syncing to TA #83
Labels
No labels
bug
enhancement
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-jf-plugin#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tubearchivist/tubearchivist-jf-plugin/pull/72
Author: @Jurrer
Created: 11/9/2025
Status: ✅ Merged
Merged: 11/13/2025
Merged by: @DarkFighterLuke
Base:
master← Head:check-TA-video-status-before-syncing-to-TA📝 Commits (2)
7942e89check TA video status before syncing to TAd5c706bMerge branch 'master' into check-TA-video-status-before-syncing-to-TA📊 Changes
1 file changed (+15 additions, -3 deletions)
View changed files
📝
Jellyfin.Plugin.TubeArchivistMetadata/Tasks/JFToTubeArchivistProgressSyncTask.cs(+15 -3)📄 Description
Implemented a check, if the video status in TA is the same as in Jellyfin, don't send a POST request.
It prevents constantly overwriting the watched_date when syncing on a schedule.
I made this check to have the auto delete watched in TA working properly
as it is now, every time Jellyfin synchronizes, the watch dates get reset and auto delete will have the wrong date for calculations
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.