Skip to content

Commit

Permalink
fix typo with OcaMediaSinkConnector
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Jan 2, 2024
1 parent 8cb62d9 commit 2e7a34f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ open class OcaMediaTransportNetwork: OcaApplicationNetwork, OcaPortsRepresentabl
throw Ocp1Error.notImplemented
}

open func getSinkConnectors() async throws -> [OcaMediaSourceConnector] {
open func getSinkConnectors() async throws -> [OcaMediaSinkConnector] {
[]
}

open func getSinkConnector(_ id: OcaMediaConnectorID) async throws -> OcaMediaSourceConnector {
open func getSinkConnector(_ id: OcaMediaConnectorID) async throws -> OcaMediaSinkConnector {
throw Ocp1Error.notImplemented
}

Expand Down

0 comments on commit 2e7a34f

Please sign in to comment.