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:
commit
a1a2e89e45
@ -26,23 +26,25 @@
|
|||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "jellyfin-media-player";
|
pname = "jellyfin-media-player";
|
||||||
version = "1.4.0";
|
version = "1.4.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jellyfin";
|
owner = "jellyfin";
|
||||||
repo = "jellyfin-media-player";
|
repo = "jellyfin-media-player";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-zNEjhBya2loqFYS8Rjs8CMCfvie2/UbxreF8CUwDWWk=";
|
sha256 = "sha256-500Qlxpqkf+9D/jrzkrYkkFwxs0soLG/I5mgFV1UOc8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
jmpDist = fetchzip {
|
jmpDist = fetchzip {
|
||||||
url = "https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-1/dist.zip";
|
url = "https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-10.7.2-2/dist.zip";
|
||||||
sha256 = "sha256-oTZyIh2m9z55sNIeKtHxVijBMcTtJgpojG5HUToMYoA=";
|
sha256 = "sha256-9oxOcSCV1Gm8WLpwVLanyUlhPx5PWUrkkWvKmwND94g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# the webclient-files are not copied in the regular build script. Copy them just like the linux build
|
# the webclient-files are not copied in the regular build script. Copy them just like the linux build
|
||||||
./fix-osx-resources.patch
|
./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 = [
|
buildInputs = [
|
||||||
|
@ -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",
|
Loading…
Reference in New Issue
Block a user