Drazzilb08 / daps

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation
MIT License
152 stars 31 forks source link

Fix divide by zero error #195

Closed larsenv closed 6 days ago

larsenv commented 1 week ago

If this script tries to load a show with no episodes, the length of the episode data will be 0 and it will try to divide by 0, this PR fixes it

Drazzilb08 commented 6 days ago

Merging to Dev branch to catch Dev up to Master, Then will merge back to Master. craziness I know..