mirror of
https://github.com/jellyfin/jellyfin-sdk-typescript.git
synced 2024-11-23 05:59:44 +00:00
Fix minimum supported version
This commit is contained in:
parent
b85733fe0e
commit
d00c378d4d
@ -8,4 +8,4 @@
|
||||
export const API_VERSION = '10.8.9';
|
||||
|
||||
/** The minimum supported server version. */
|
||||
export const MINIMUM_VERSION = '10.8.0';
|
||||
export const MINIMUM_VERSION = '10.8.1';
|
||||
|
Loading…
Reference in New Issue
Block a user