use event_v

pull/22/head
justcool393 2022-11-29 14:08:59 -06:00
parent 2b5a4de8ad
commit 34c7483dfa
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{% if not (v and v.poor) and (not v or v.event_music) and not (sub and sub.name == 'music') %}
{% if not (v and v.poor) and (not event_v or event_v.event_music) and not (sub and sub.name == 'music') %}
{% if not song %}
{% set path = "assets/media/event/music" %}
{% set song = "/" + path + "/" + listdir('files/' + path)|random() + '?v=45' %}