-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solves the problem with starting productions with websocket-sources #15
Conversation
…ting sources from api
Instead load html and play media player while running using netcat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linda made the initial changes, I added bug fixes. I'm marking this as approved after Linda has given her approval.
}; | ||
|
||
export function SourceThumbnail({ source, src }: SourceThumbnailProps) { | ||
export function SourceThumbnail({ source, src, type }: SourceThumbnailProps) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this file still used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, good catch. Will remove.
…6414c39c chore(deps): bump semver and nodemon
No description provided.