From 06e5d42c9cf4b173ded6d2c34b9eddf5843d5c64 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Tue, 8 Apr 2025 01:52:35 -0700 Subject: [PATCH] chore: update jellyfin accept-encoding comment block --- tvapp2/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tvapp2/index.js b/tvapp2/index.js index 6dc7cd12..bc39c58a 100755 --- a/tvapp2/index.js +++ b/tvapp2/index.js @@ -489,6 +489,9 @@ async function prepareGzip( ) to 'Accept-Encoding': 'deflate, br' + This error does not appear if you load the xml guide data into Cabernet, and then use a tuner to fetch the data from + cabernet to jellyfin + */ async function fetchRemote( url )