diff --git a/files/templates/default.html b/files/templates/default.html index f64c873d4..ac4f64a5b 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -232,7 +232,7 @@ /s/{{sub.name}} banner {% elif SITE_NAME == 'Drama' %} {% set path = "assets/images/" + SITE_NAME + "/banners" %} - {% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=21' %} + {% set image = "/static/" + path + "/" + listdir('files/' + path)|random() + '?v=22' %} site banner