aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/Entities/Libraries/MediaFile.cs
AgeCommit message (Collapse)Author
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-03-06Remove constructor side effects and remove unneeded parameterless constructorsPatrick Barron
2020-09-01Suppress CA2227Patrick Barron
2020-08-30First pass at cleaning entity classes.Patrick Barron
- Documents all library entities - Fixes styling warnings for library entities - Updates library entities to inherit from interfaces - Makes library entites no longer partial.
2020-08-30Move library entities to folder.Patrick Barron