From 672adfdd12af7aab689646cc9158b558b0fe4546 Mon Sep 17 00:00:00 2001 From: coolnsx Date: Sat, 16 Aug 2025 18:49:53 +0530 Subject: [PATCH] I was told to leave it alone, but I have this thing called OCD, you see --- jellyfin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin b/jellyfin index 43765a9..2c3d274 100755 --- a/jellyfin +++ b/jellyfin @@ -99,7 +99,7 @@ mpv_jellyfin() { sub="$JF_URL/Videos/$ITEM_ID/$1/Subtitles/0/0/Stream.ass?api_key=$JF_TOKEN" ! curl -s "$sub" | grep -q "Error processing request" && sub_arg="--sub-file=$sub" if uname -o | grep -q 'ndroid'; then - printf "Title %s\n" "$2" + printf "\nTitle: %s\n" "$2" printf "URL: %s\n" "$url" [ -n "$sub_arg" ] && printf "Sub URL: %s\n" "$sub" return 0