feat: title in mpv android

This commit is contained in:
coolnsx
2025-05-22 16:59:50 +05:30
parent 3112f8e36d
commit 4346bf79bc
3 changed files with 3 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ printf "%s\n" "$url" | while read -r id title; do
case $choice in
stream)
info_$os "opening $title" "mpv"
player_$os "$provider_video" "$title" "--http-header-fields='Referer: https://$domain' --sub-file='$subtitle'"
player_$os "$provider_video" "$title" "--referrer='https://$domain' --sub-file='$subtitle'"
break
;;
cast)