Skip to content

Commit

Permalink
Studio app module/analysis marker: annotate analysis marker (optional…
Browse files Browse the repository at this point in the history
… integer) so studio monitor can have correct type information for it. Re #155.
  • Loading branch information
josephsl committed Jan 27, 2021
1 parent 4e28d51 commit 9293355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/appModules/splstudio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9293355

Please sign in to comment.