configure watchdog to accept a list of dirs to watch

- fix PlayingFrom component not working with album
- fix types issues on PlayingFrom component
This commit is contained in:
geoffrey45
2022-07-15 15:40:11 +03:00
parent 97b61970c5
commit 3882317cb6
11 changed files with 73 additions and 41 deletions
-1
View File
@@ -1,7 +1,6 @@
"""
Contains all the models for objects generation and typing.
"""
import random
from dataclasses import dataclass
from dataclasses import field
from typing import List