Compare commits

..

No commits in common. "97c3a24db7483434ceb9d75e8eef81e246aa8b4a" and "8402e3d4ff65f4e54a9c5567b901740402408f29" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View file

@ -8,8 +8,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.10.0" />
<PackageReference Include="Jellyfin.Model" Version="10.10.0" />
<PackageReference Include="Jellyfin.Controller" Version="10.9.7" />
<PackageReference Include="Jellyfin.Model" Version="10.9.7" />
</ItemGroup>
</Project>

View file

@ -1,7 +1,5 @@
#!/bin/sh
JELLYFIN=jellyfin/jellyfin
set -eu
cd "$(dirname "$0")"
pwd
@ -12,10 +10,9 @@ pwd
pwd
mkdir -p ./cache ./media ./config/plugins/jellyfin-smart-playlist
cp ../Jellyfin.Plugin.SmartPlaylist/bin/Debug/net8.0/jellyfin-smart-playlist.dll ./config/plugins/jellyfin-smart-playlist/
docker pull "$JELLYFIN"
docker run --rm --user "$(id -u):$(id -g)" \
-v ./cache:/cache \
-v ./config:/config \
-v ./media:/media \
-p 8096:8096 \
"$JELLYFIN"
jellyfin/jellyfin