forked from rc/aircox
SoundAdmin.add_view fix
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user