From 929335590cc2a5d1052f33fe6db988d5615fd00c Mon Sep 17 00:00:00 2001 From: Joseph Lee Date: Tue, 26 Jan 2021 21:48:25 -0800 Subject: [PATCH] Studio app module/analysis marker: annotate analysis marker (optional integer) so studio monitor can have correct type information for it. Re #155. --- addon/appModules/splstudio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/appModules/splstudio/__init__.py b/addon/appModules/splstudio/__init__.py index a945935f7..25d910bbf 100644 --- a/addon/appModules/splstudio/__init__.py +++ b/addon/appModules/splstudio/__init__.py @@ -1856,7 +1856,7 @@ def canPerformPlaylistCommands( # Return total length of the selected tracks upon request. # Analysis command (SPL Assistant) will be assignable. # Also gather various data about the playlist. - _analysisMarker = None + _analysisMarker: Optional[int] = None # Trakc time analysis and playlist snapshots, and to some extent, some parts of playlist transcripts # require main playlist viewer to be the foreground window.