Merge pull request #119925 from jojosch/jellyfin-media-player-1.4.1

jellyfin-media-player: 1.4.0 -> 1.4.1
This commit is contained in:
Sandro 2021-04-20 18:39:15 +02:00 committed by GitHub
commit a1a2e89e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 4 deletions

View file

@ -26,23 +26,25 @@
mkDerivation rec {
pname = "jellyfin-media-player";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitHub {
owner = "jellyfin";
repo = "jellyfin-media-player";
rev = "v${version}";
sha256 = "sha256-zNEjhBya2loqFYS8Rjs8CMCfvie2/UbxreF8CUwDWWk=";
sha256 = "sha256-500Qlxpqkf+9D/jrzkrYkkFwxs0soLG/I5mgFV1UOc8=";
};
jmpDist = fetchzip {
url = "https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip";
sha256 = "sha256-oTZyIh2m9z55sNIeKtHxVijBMcTtJgpojG5HUToMYoA=";
url = "https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-2/dist.zip";
sha256 = "sha256-9oxOcSCV1Gm8WLpwVLanyUlhPx5PWUrkkWvKmwND94g=";
};
patches = [
# the webclient-files are not copied in the regular build script. Copy them just like the linux build
./fix-osx-resources.patch
# disable update notifications since the end user can't simply download the release artifacts to update
./disable-update-notifications.patch
];
buildInputs = [

View file

@ -0,0 +1,13 @@
diff --git a/resources/settings/settings_description.json b/resources/settings/settings_description.json
index 20fff81..9979de5 100644
--- a/resources/settings/settings_description.json
+++ b/resources/settings/settings_description.json
@@ -118,7 +118,7 @@
},
{
"value": "checkForUpdates",
- "default": true
+ "default": false
},
{
"value": "enableInputRepeat",