aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/MediaAttachment.cs
AgeCommit message (Collapse)Author
2025-04-03Cleanup extracted files (#13760)Tim Eisele
* Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-01-08rename two properties based on code suggestionsdkanada
2019-10-22Provide delivery URLs for attachments in PlaybackInfo.Andrew Mahone
2019-10-22Add new MediaAttachment to store attachments found during media probing.Andrew Mahone