bug fixes (#774)
* add custom movie metadata parsing * refactor episode nfo reader * fix emby and jellyfin bugs
This commit is contained in:
@@ -8,6 +8,9 @@ public class MovieNfo
|
||||
[XmlElement("title")]
|
||||
public string Title { get; set; }
|
||||
|
||||
[XmlElement("sorttitle")]
|
||||
public string SortTitle { get; set; }
|
||||
|
||||
[XmlElement("outline")]
|
||||
public string Outline { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user