Use local running instance of Jellyfin for default URL. This allows instant access if Jellyfin server is installed and running on Steam Deck (#909)

This commit is contained in:
Thomas Crider 2023-12-29 10:52:30 -05:00 committed by GitHub
parent 7cb65a426b
commit ebd564a9eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/usr/bin/bash
LINK="https://demo.jellyfin.org/stable"
LINK="http://localhost:8096"
source ./cloud.conf
"/usr/bin/flatpak" run ${FLATPAKOPTIONS} ${BROWSERAPP} @@u @@ ${BROWSEROPTIONS} ${LINK}