We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7032e91 commit 9f49d2eCopy full SHA for 9f49d2e
restart_emby.sh
@@ -15,4 +15,4 @@ dotnet build "$script_dir/MediaInfoKeeper.csproj" -c Debug
15
scp "$local_dll" "${remote}:${remote_dir}/"
16
17
# 2) Restart Emby (Docker Compose)
18
-ssh "$remote" "cd \"$compose_dir\" && docker compose restart"
+ssh "$remote" "cd \"$compose_dir\" && rm -rf ./config/cache/tmdb-tv && docker compose restart"
0 commit comments