Solving a bug with the crawler

This commit is contained in:
Zoe Roux 2020-01-27 00:42:44 +01:00
parent 924200c6ba
commit c9f473dcc0

View File

@ -48,6 +48,7 @@ namespace Kyoo.Models
IsDefault = stream.IsDefault;
IsForced = stream.IsForced;
Codec = stream.Codec;
Path = stream.Path;
Type = stream.Type;
}
}