Skip to content

Commit

Permalink
Can not resolve show in property with async
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Apr 30, 2024
1 parent 6386198 commit 413aeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plextraktsync/media/Media.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def show(self) -> Media | None:
ts = self.trakt.show
ms = self.mf.make_media(trakt=ts, plex=ps)
else:
ms = self.mf.resolve_any(ps)
raise RuntimeError("Can't do async property")
self._show = ms

return self._show
Expand Down

0 comments on commit 413aeec

Please sign in to comment.