mi-info: reset toc info when we did not get disco info

This commit is contained in:
Stefan Sauer 2013-10-01 07:48:20 +02:00
parent bb124f787d
commit 579a012603

View file

@ -346,6 +346,7 @@ public class MediaInfo.Info : Box
}
if (info == null) {
toc_entries.set_model (null);
duration.set_text ("");
return;
}