Skip to content
Snippets Groups Projects
Commit 8c7d10f9 authored by Chris Pastl's avatar Chris Pastl
Browse files

Merge branch 'fix-source-selection' into 'main'

Fix line-in selection

Closes #141

See merge request !30
parents 4b7f5126 92e70f63
No related branches found
No related tags found
1 merge request!30Fix line-in selection
Pipeline #7527 passed
...@@ -67,7 +67,7 @@ class ResourceMapping: ...@@ -67,7 +67,7 @@ class ResourceMapping:
""" """
return self.resource_mapping.get(resource_type) return self.resource_mapping.get(resource_type)
def live_channel_for_resource(channel: str): def live_channel_for_resource(self, channel: str):
""" """
Return the channel enum for a given live channel string from Tank. Return the channel enum for a given live channel string from Tank.
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment