brandan-schmitz / plexbot

Plexbot - A discord bot for automating movie libraries.
0 stars 0 forks source link

TV episodes keep being re-downloaded #114

Closed brandan-schmitz closed 3 years ago

brandan-schmitz commented 3 years ago

When a episode gets downloaded, the download job is added to the download history table so that we can verify that we do not download the same episode again and again. Something is broken with that function because once a episode is moved to the history, it gets queued to be downloaded again. This is causing an loop effect where episodes keep being downloaded over and over again.