* plex api cleanup * improve plex movie scanner * sync plex collections as tags * improve plex tv library scanner * update dependencies * fix plex season and episode collection tags
8 lines
282 B
Bash
Executable File
8 lines
282 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
cd "$(git rev-parse --show-cdup)" || exit
|
|
|
|
dotnet tool restore
|
|
CHANGED=$(git status --porcelain | sed 's/^...//' | paste -sd ";" -)
|
|
dotnet jb cleanupcode ErsatzTV.sln --exclude='CHANGELOG.md;scripts/**;generated/**;ErsatzTV/client-app/**' --include="$CHANGED"
|