mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-07 10:14:13 -04:00
Solving a bug with the crawler
This commit is contained in:
parent
924200c6ba
commit
c9f473dcc0
@ -48,6 +48,7 @@ namespace Kyoo.Models
|
|||||||
IsDefault = stream.IsDefault;
|
IsDefault = stream.IsDefault;
|
||||||
IsForced = stream.IsForced;
|
IsForced = stream.IsForced;
|
||||||
Codec = stream.Codec;
|
Codec = stream.Codec;
|
||||||
|
Path = stream.Path;
|
||||||
Type = stream.Type;
|
Type = stream.Type;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user