Skip to content

Commit

Permalink
Minor Nextcloud dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
k0gen committed Jan 10, 2024
1 parent 03122c5 commit 289c3bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
id: jellyfin
title: "Jellyfin"
version: 10.8.13
version: 10.8.13.1
release-notes: |
* Upstream code update
* Added support for GPU acceleration in video transcoding
* New standardized and optimized icon
* Code cleanup and bug fixes
* Instructions update
* Full list of upstream changes available [here](https://github.com/jellyfin/jellyfin/compare/v10.8.10...v10.8.13)
* Minor Nextcloud dependency update
license: GPL-2.0
wrapper-repo: "https://github.com/Start9Labs/jellyfin-startos"
upstream-repo: "https://github.com/jellyfin/jellyfin"
Expand Down Expand Up @@ -93,7 +88,7 @@ dependencies:
type: opt-in
how: Can alternatively use Nextcloud for file storage
nextcloud:
version: "^25.0.2"
version: ">=25.0.2 <28.1"
description: Used to get media from Nextcloud
requirement:
type: opt-in
Expand Down
2 changes: 1 addition & 1 deletion scripts/procedures/migrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ export const migration: T.ExpectedExports.migration = compat.migrations
down: () => { throw new Error('Downgrades are prohibited below 10.8.9.1 due to service instabilities below 10.9.8.1') },
},
},
"10.8.13",
"10.8.13.1",
);

0 comments on commit 289c3bb

Please sign in to comment.