From 954b3fd621ae9fa540e2f87c1d56d6f33b8db008 Mon Sep 17 00:00:00 2001 From: Ian Walton Date: Sun, 11 Apr 2021 02:16:57 -0400 Subject: [PATCH] Up webclient version in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd70fe52..3123c8d2 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ git clone git://github.com/iwalton3/jellyfin-media-player cd jellyfin-media-player mkdir build cd build -wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3/dist.zip +wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1/dist.zip unzip dist.zip cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local/ .. make -j4 @@ -57,7 +57,7 @@ You need to run these commands in git bash. git clone https://github.com/iwalton3/jellyfin-media-player cd jellyfin-media-player mkdir build && cd build -curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3/dist.zip > dist.zip +curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1/dist.zip > dist.zip unzip dist.zip ```