mirror of
https://github.com/0belous/universal-plugin-repo.git
synced 2025-12-20 03:31:18 -03:00
Update user agent version to 10.11.0
This commit is contained in:
parent
6491631a86
commit
efb95aeb79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
const fs = require('fs/promises');
|
const fs = require('fs/promises');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const crypto = require('crypto');
|
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 imagesDir = path.join(__dirname, 'images');
|
||||||
const imageBaseUrl = 'https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/';
|
const imageBaseUrl = 'https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue