mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Merge pull request #160 from YunoHost-Apps/testing
Remove header for LG TV apps (#125)
This commit is contained in:
commit
849c19b1c3
8 changed files with 13 additions and 7 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||
|
||||
|
||||
**Shipped version:** 10.9.7~ynh1
|
||||
**Shipped version:** 10.9.7~ynh2
|
||||
|
||||
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||
|
||||
|
||||
**Versión actual:** 10.9.7~ynh1
|
||||
**Versión actual:** 10.9.7~ynh2
|
||||
|
||||
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 10.9.7~ynh1
|
||||
**Paketatutako bertsioa:** 10.9.7~ynh2
|
||||
|
||||
**Demoa:** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
|
|||
Jellyfin vous permet de collecter, gérer et diffuser vos médias. Exécutez le serveur Jellyfin sur votre système et accédez au principal système de divertissement à logiciel libre.
|
||||
|
||||
|
||||
**Version incluse :** 10.9.7~ynh1
|
||||
**Version incluse :** 10.9.7~ynh2
|
||||
|
||||
**Démo :** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||
|
||||
|
||||
**Versión proporcionada:** 10.9.7~ynh1
|
||||
**Versión proporcionada:** 10.9.7~ynh2
|
||||
|
||||
**Demo:** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Jellyfin enables you to collect, manage, and stream your media. Run the Jellyfin server on your system and gain access to the leading free-software entertainment system, bells and whistles included.
|
||||
|
||||
|
||||
**分发版本:** 10.9.7~ynh1
|
||||
**分发版本:** 10.9.7~ynh2
|
||||
|
||||
**演示:** <https://demo.jellyfin.org/stable/web/index.html>
|
||||
|
||||
|
|
|
@ -11,6 +11,12 @@ location __PATH__/ {
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
|
||||
# Disable a specific header for compatability with LG TV app
|
||||
# Fixes https://github.com/YunoHost-Apps/jellyfin_ynh/issues/125
|
||||
if ($http_user_agent ~ Web0S) {
|
||||
more_set_headers "X-Frame-Options : ";
|
||||
}
|
||||
|
||||
# Disable buffering when the nginx proxy gets very resource heavy upon streaming
|
||||
proxy_buffering off;
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Jellyfin"
|
|||
description.en = "Media System that manage and stream your media"
|
||||
description.fr = "Système multimédia qui gère et diffuse vos médias"
|
||||
|
||||
version = "10.9.7~ynh1"
|
||||
version = "10.9.7~ynh2"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue