Update user agent version to 10.11.0

This commit is contained in:
Obelous 2025-10-24 13:10:57 +01:00 committed by GitHub
parent 6491631a86
commit efb95aeb79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
const fs = require('fs/promises');
const path = require('path');
const crypto = require('crypto');
const userAgent = "Jellyfin-Server/10.10.7"; // Required for some repositories
const userAgent = "Jellyfin-Server/10.11.0"; // Required for some repositories
const imagesDir = path.join(__dirname, 'images');
const imageBaseUrl = 'https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/';