From ba573ca71c366e75d4c348af7b73ebc474652212 Mon Sep 17 00:00:00 2001 From: Obelous <47227283+0belous@users.noreply.github.com> Date: Thu, 18 Dec 2025 20:33:06 +0000 Subject: [PATCH] update version --- update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.js b/update.js index a6a8455..62e1324 100644 --- a/update.js +++ b/update.js @@ -1,7 +1,7 @@ const fs = require('fs/promises'); const path = require('path'); const crypto = require('crypto'); -const userAgent = "Jellyfin-Server/10.11.0"; // Required for some repositories +const userAgent = "Jellyfin-Server/10.11.4"; // Required for some repositories const imagesDir = path.join(__dirname, 'images'); const imageBaseUrl = 'https://raw.githubusercontent.com/0belous/universal-plugin-repo/refs/heads/main/images/';