diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index b4273300f..1e81a8358 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -3,7 +3,7 @@ {% if sub %} {% set image=sub.sidebar_url %} {% else %} - {% set image = macros.random_image("sidebar") %} + {% set image = "/i/{{SITE_NAME}}/sidebar/873.webp" %} {% endif %} {% if request.path != '/sidebar' %} @@ -12,7 +12,7 @@ sidebar image {% elif not (sub and sub.name == 'chudrama' and v and not v.can_see_chudrama) %} - + sidebar image {% endif %}