mirror of
https://github.com/jech/galene.git
synced 2024-11-22 08:35:57 +01:00
Don't attempt to write unsupported track to disk.
This commit is contained in:
parent
2785fa9f77
commit
6c8e20c445
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ func newDiskConn(client *Client, directory, label string, up conn.Up, remoteTrac
|
||||||
client.group.WallOps(
|
client.group.WallOps(
|
||||||
"Cannot record codec " + codec.MimeType,
|
"Cannot record codec " + codec.MimeType,
|
||||||
)
|
)
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
track := &diskTrack{
|
track := &diskTrack{
|
||||||
remote: remote,
|
remote: remote,
|
||||||
|
|
Loading…
Reference in a new issue