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