mirror of
https://github.com/jwetzell/QControlKit.git
synced 2026-08-06 07:53:53 +00:00
Typo in IsPlaybackPositionUpdate
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ namespace QSharp
|
||||
get {
|
||||
// /update/workspace/{workspace_id}/cueList/{cue_list_id}/playbackPosition {cue_id}
|
||||
string[] parts = AddressParts;
|
||||
return (parts.Length == 6 && address.EndsWith("/playbakPosition"));
|
||||
return (parts.Length == 6 && address.EndsWith("/playbackPosition"));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user