cleanup unused var
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 7 May 2024 21:16:50 +0000 (23:16 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Tue, 7 May 2024 21:16:50 +0000 (23:16 +0200)
music_assistant/server/helpers/process.py

index 65a2473451f2feed5dc8fca9d1721c349b03ee0c..73a010400ace412dc35b420f008d58dd5b6ddb3c 100644 (file)
@@ -22,7 +22,6 @@ from typing import Self
 from music_assistant.constants import MASS_LOGGER_NAME
 
 LOGGER = logging.getLogger(f"{MASS_LOGGER_NAME}.helpers.process")
-PRIVILEGED = True
 
 DEFAULT_CHUNKSIZE = 64000