From 0e023ca7dd83b84dacf6a73f46e5035932681add Mon Sep 17 00:00:00 2001 From: Dmitry Lyzo Date: Wed, 10 Jul 2024 00:36:33 +0300 Subject: [PATCH] Update Jellyfin Web branch --- Build-on-Linux.md | 4 ++-- Build-on-Windows.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Build-on-Linux.md b/Build-on-Linux.md index 838cf40..96d66c3 100644 --- a/Build-on-Linux.md +++ b/Build-on-Linux.md @@ -16,9 +16,9 @@ _This is a guide for Ubuntu. But I believe that Tizen Studio can be installed on > It is recommended that the web version match the server version. ```sh - git clone -b release-10.8.z https://github.com/jellyfin/jellyfin-web.git + git clone -b release-10.9.z https://github.com/jellyfin/jellyfin-web.git ``` - > Replace `release-10.8.z` with the name of the branch you want to build. + > Replace `release-10.9.z` with the name of the branch you want to build. > You can also use `git checkout` to switch branches. 5. Clone or download Jellyfin Tizen (this) repository. diff --git a/Build-on-Windows.md b/Build-on-Windows.md index 5c832f4..68cf8b2 100644 --- a/Build-on-Windows.md +++ b/Build-on-Windows.md @@ -18,9 +18,9 @@ _Commands in this guide are for Windows Command Prompt or Batch files. Most of t > It is recommended that the web version match the server version. ```bat - git clone -b release-10.8.z https://github.com/jellyfin/jellyfin-web.git + git clone -b release-10.9.z https://github.com/jellyfin/jellyfin-web.git ``` - > Replace `release-10.8.z` with the name of the branch you want to build. + > Replace `release-10.9.z` with the name of the branch you want to build. > You can also use `git checkout` to switch branches. 5. Clone or download Jellyfin Tizen (this) repository.