Commit 6c8e20c4 authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Don't attempt to write unsupported track to disk.

parent 2785fa9f
......@@ -274,6 +274,7 @@ func newDiskConn(client *Client, directory, label string, up conn.Up, remoteTrac
client.group.WallOps(
"Cannot record codec " + codec.MimeType,
)
continue
}
track := &diskTrack{
remote: remote,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment