Skip to content

Commit

Permalink
undo copy/paste from local
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Dec 28, 2024
1 parent ac8153b commit 3e34fcc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/trackers/PTP.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,8 @@ async def get_ptp_description(self, ptp_torrent_id, meta, is_disc):
meta['description'] = ptp_desc
meta['saved_description'] = True
else:
if not meta['is_disc']:
meta['description'] = ptp_desc
meta['saved_description'] = True
meta['description'] = ptp_desc
meta['saved_description'] = True

return desc, imagelist

Expand Down

0 comments on commit 3e34fcc

Please sign in to comment.