mirror of
https://github.com/jellyfin/jellyfin-plugin-opds.git
synced 2024-11-23 22:29:47 +00:00
Merge pull request #7 from jellyfin/prepare-3
This commit is contained in:
commit
26593661be
@ -1,7 +1,7 @@
|
|||||||
name: "OPDS"
|
name: "OPDS"
|
||||||
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
|
guid: "F30880AE-3365-449E-B9E6-BF133C8401B0"
|
||||||
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
|
imageUrl: "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png"
|
||||||
version: "2"
|
version: "3"
|
||||||
targetAbi: "10.8.0.0"
|
targetAbi: "10.8.0.0"
|
||||||
framework: "net6.0"
|
framework: "net6.0"
|
||||||
owner: "jellyfin"
|
owner: "jellyfin"
|
||||||
@ -13,5 +13,10 @@ category: "General"
|
|||||||
artifacts:
|
artifacts:
|
||||||
- "Jellyfin.Plugin.Opds.dll"
|
- "Jellyfin.Plugin.Opds.dll"
|
||||||
changelog: |2-
|
changelog: |2-
|
||||||
|
### New features and improvements ###
|
||||||
|
- Add Genre search (#9) @crobibero
|
||||||
|
- Use Request.PathBase to get actual baseUrl (#8) @crobibero
|
||||||
|
|
||||||
### Code or Repo Maintenance ###
|
### Code or Repo Maintenance ###
|
||||||
- 10.8 support (#1) @crobibero
|
- Use BaseItemKind (#10) @crobibero
|
||||||
|
- Update ruleset, fix build, fix ordering (#3) @crobibero
|
||||||
|
Loading…
Reference in New Issue
Block a user