* 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
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
cd "$(git rev-parse --show-cdup)" || exit
|
|
|
|
dotnet tool restore
|
|
dotnet jb cleanupcode ErsatzTV.sln --exclude='CHANGELOG.md;scripts/**;generated/**;ErsatzTV/client-app/**'
|