Update Jellyfin Web branch

This commit is contained in:
Dmitry Lyzo 2024-07-10 00:36:33 +03:00 committed by Dmitry Lyzo
parent 134e5e95c3
commit 0e023ca7dd
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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.