-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip fallback duration as it does not make any sense
- Loading branch information
1 parent
807961b
commit 0a5f46b
Showing
2 changed files
with
1 addition
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
"""All (global/common) constants for Music Assistant.""" | ||
|
||
from typing import Final | ||
|
||
SECURE_STRING_SUBSTITUTE = "this_value_is_encrypted" | ||
|
||
# if duration is None (e.g. radio stream) = 48 hours | ||
FALLBACK_DURATION: Final[int] = 172800 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters