Skip to content

Commit 9f49d2e

Browse files
committed
update Script
1 parent 7032e91 commit 9f49d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

restart_emby.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ dotnet build "$script_dir/MediaInfoKeeper.csproj" -c Debug
1515
scp "$local_dll" "${remote}:${remote_dir}/"
1616

1717
# 2) Restart Emby (Docker Compose)
18-
ssh "$remote" "cd \"$compose_dir\" && docker compose restart"
18+
ssh "$remote" "cd \"$compose_dir\" && rm -rf ./config/cache/tmdb-tv && docker compose restart"

0 commit comments

Comments
 (0)