mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-11 14:53:47 +02:00
add reportPlayback as default Jellyfin feature
This commit is contained in:
@@ -1062,7 +1062,9 @@ export const JellyfinController: InternalControllerEndpoint = {
|
|||||||
throw new Error('Failed to get server info');
|
throw new Error('Failed to get server info');
|
||||||
}
|
}
|
||||||
|
|
||||||
const defaultFeatures = {};
|
const defaultFeatures = {
|
||||||
|
[ServerFeature.REPORT_PLAYBACK]: [1],
|
||||||
|
};
|
||||||
|
|
||||||
const features = {
|
const features = {
|
||||||
...defaultFeatures,
|
...defaultFeatures,
|
||||||
|
|||||||
Reference in New Issue
Block a user