Added more warnings to plex

This commit is contained in:
Roger Gonzalez 2023-01-23 16:13:34 -03:00
parent 4ab8e24241
commit 0805e87b10
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

View File

@ -119,7 +119,7 @@ echo "Your media service is the one responsible for serving your files to your n
echo "By default, YAMS support 3 media services:"
echo "- jellyfin (recommended, easier, with the most functionalities)"
echo "- emby"
echo "- plex (advanced)"
echo "- plex (advanced, always online, slower)"
read -p "Choose your media service [jellyfin]: " media_service
media_service=${media_service:-"jellyfin"}
media_service=$(echo "$media_service" | sed -e 's/\(.*\)/\L\1/')