SoundAdmin.add_view fix

This commit is contained in:
bkfox
2023-01-25 16:21:19 +01:00
parent 4c3878a300
commit c2cd3b0301
6 changed files with 40 additions and 23 deletions

View File

@ -130,6 +130,13 @@ ensure(
('.ogg', '.flac', '.wav', '.mp3', '.opus')
)
# Tag sounds as deleted instead of deleting them when file has been removed
# from filesystem (sound monitoring)
ensure(
'AIRCOX_SOUND_KEEP_DELETED',
False
)
########################################################################
# Streamer & Controllers