Fix: share stream direct link

This commit is contained in:
localhost_frssoft 2022-04-06 20:20:25 +03:00
parent ff21d3087b
commit 2fbb089bc4
1 changed files with 1 additions and 3 deletions

View File

@ -209,9 +209,7 @@ peertube_menu_stream()
"Share")
echo "Link: https://$instance/w/$1"
echo "Direct links:"
echo "$(echo $get_video | jj -l "$hls"files.#.resolution.label)"
echo "$(echo $get_video | jj -l "$hls"files.#.fileUrl)" ;;
echo "Direct link: $playlist_stream" ;;
esac
done
}