jellyfin-plugin-tvdb/build.yaml
jellyfin-bot 9d0149e89d
Some checks failed
🏗️ Build Plugin / call (push) Has been cancelled
📝 Create/Update Release Draft & Release Bump PR / call (push) Has been cancelled
🔬 Run CodeQL / call (push) Has been cancelled
🧪 Test Plugin / call (push) Has been cancelled
Prepare for release v18 (#197)
2024-11-03 08:10:38 -07:00

21 lines
608 B
YAML

name: "TheTVDB"
guid: "a677c0da-fac5-4cde-941a-7134223f14c8"
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png"
version: 18
targetAbi: "10.10.0.0"
framework: "net8.0"
owner: "jellyfin"
overview: "Get TV metadata from TheTvdb"
description: >
Get TV metadata from TheTvdb
category: "Metadata"
artifacts:
- "Jellyfin.Plugin.Tvdb.dll"
- "Tvdb.Sdk.dll"
changelog: |2-
### Bug Fixes ###
- Increase robustness of retrieving tmdb id (again) (#194) @scampower3
- Fix orphaned episodes deletion (#195) @scampower3
- Queue refresh after adding child (#196) @scampower3