summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jellyfin-mpv-shim/debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/jellyfin-mpv-shim/debian/control b/jellyfin-mpv-shim/debian/control
index d33adb3..fad01ce 100644
--- a/jellyfin-mpv-shim/debian/control
+++ b/jellyfin-mpv-shim/debian/control
@@ -18,8 +18,9 @@ Package: jellyfin-mpv-shim
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
+ jellyfin-apiclient-python (>= 1.9.2),
python3:any,
- jellyfin-apiclient-python (>= 1.9.2)
+ python3-mpv
Recommends: python3-pystray, python3-tk, python3-jinja2, python3-webview | gir1.2-webkit2-4.0
Description: mpv cast client for Jellyfin
Jellyfin MPV Shim is a cross-platform cast client
bgstack15