remove useless condition

pull/143/head
Aevann 2023-04-25 18:23:46 +02:00
parent 93422e2be9
commit ef15261aab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% if not (SITE_NAME == 'WPD' and not v) and not (v and v.poor) and not (sub and sub.name == 'music') %}
{% if not (v and v.poor) and not (sub and sub.name == 'music') %}
{% if not song %}
{% set path = "assets/events/DKD/music" %}
{% set song = "/" ~ path ~ "/" ~ listdir('files/' ~ path)|random() ~ '?x=2' %}