Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Studio/time announcer: return ealry if time is None. Re #155.
Mypy: because time announcer is typically called from time commands after obtaining Studio API results for track duration, make sure to catch the case where time integer can be None, and if yes, return early. This change resolves type mismatch for time commands.
- Loading branch information