From c9f473dcc0acb07bb3e93e7b0c8a4e7a9eefbe3e Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 27 Jan 2020 00:42:44 +0100 Subject: [PATCH] Solving a bug with the crawler --- Kyoo.Common/Models/Track.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Kyoo.Common/Models/Track.cs b/Kyoo.Common/Models/Track.cs index 6c403fde..f610c4e6 100644 --- a/Kyoo.Common/Models/Track.cs +++ b/Kyoo.Common/Models/Track.cs @@ -48,6 +48,7 @@ namespace Kyoo.Models IsDefault = stream.IsDefault; IsForced = stream.IsForced; Codec = stream.Codec; + Path = stream.Path; Type = stream.Type; } }