Update config

This commit is contained in:
Mister Rajoy
2020-12-12 15:48:53 +01:00
parent d8d343fe1a
commit c8649eef6b
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@
<script type="text/javascript">
var data;
Dashboard.showLoadingMsg();
$.getJSON('https://raw.githubusercontent.com/danieladov/jellyfin-plugin-skin-manager/cssEditor/skins-3.0.json', function(json) {
$.getJSON('https://raw.githubusercontent.com/danieladov/jellyfin-plugin-skin-manager/master/skins-3.0.json', function(json) {
data=json;
loadSkins();
Dashboard.hideLoadingMsg();