Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed May 14, 2024
1 parent 631b33a commit f95f0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jellyfin_mpv_shim/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def get_hls_tile_images(self, width, count):

def get_bif(self, prefer_width=320):
manifest = self.item.get("Trickplay")
print(manifest)
if (
manifest is not None
and manifest.get(self.media_source["Id"]) is not None
Expand Down

0 comments on commit f95f0b0

Please sign in to comment.