Skip to content

Commit 954b3fd

Browse files
committed
Up webclient version in README.
1 parent a3bb3ee commit 954b3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ git clone git://github.com/iwalton3/jellyfin-media-player
2525
cd jellyfin-media-player
2626
mkdir build
2727
cd build
28-
wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3/dist.zip
28+
wget https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1/dist.zip
2929
unzip dist.zip
3030
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local/ ..
3131
make -j4
@@ -57,7 +57,7 @@ You need to run these commands in git bash.
5757
git clone https://github.com/iwalton3/jellyfin-media-player
5858
cd jellyfin-media-player
5959
mkdir build && cd build
60-
curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.0-3/dist.zip > dist.zip
60+
curl -L https://github.com/iwalton3/jellyfin-web-jmp/releases/download/jwc-1.7.1/dist.zip > dist.zip
6161
unzip dist.zip
6262
```
6363

0 commit comments

Comments
 (0)