From 5715db7ec56e20f6576efab2312e35384bf26e35 Mon Sep 17 00:00:00 2001 From: Blaze Date: Mon, 24 Aug 2020 16:17:01 +0530 Subject: [PATCH] changed playlist size to 40 in config.json Stable --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 1e23a47..a9822c3 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "MAX_PLAYLIST_SIZE": 100, + "MAX_PLAYLIST_SIZE": 40, "PREFIX": "/", "PRUNING": false, "STREAM" : "/stream"