Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
rgarber11 committed Nov 25, 2024
1 parent c614d1e commit 3d51867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cozy/media/tag_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ def _get_ogg_chapters(self) -> list[Chapter]:
chapter_dict[chapter_num][1] = comment_split[1]
elif len(comment_split[0]) == 10:
chapter_dict[chapter_num][0] = self._vorbis_timestamp_to_secs(comment_split[1])
print(chapter_dict)
if 0 not in chapter_dict or chapter_dict[0][0] is None or chapter_dict[0][1] is None:
return self._get_single_chapter()
i = 1
Expand Down

0 comments on commit 3d51867

Please sign in to comment.