fix delete old segments (#1536)

* code cleanup

* ignore errors deleting old hls segments
This commit is contained in:
Jason Dove
2024-01-04 10:42:04 -06:00
committed by GitHub
parent 18ed20e203
commit c18be5559b
71 changed files with 207 additions and 187 deletions
@@ -18,7 +18,7 @@ public class PlexCollectionItemMetadataResponse
[XmlAttribute("updatedAt")]
public long UpdatedAt { get; set; }
[XmlAttribute("type")]
public string Type { get; set; }
}