aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/MoviesController.cs
AgeCommit message (Collapse)Author
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-06Remove all unused usingsFernando Fernández
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-21Improve perf of db save and queryBond_009
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-02Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-17Use nameof where possibleBond_009
2020-10-09Convert field string to enum.crobibero
2020-08-30Move library entities to folder.Patrick Barron
2020-08-03fix merge conflictscrobibero
2020-07-20changes from mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-29Update Jellyfin.Api/Controllers/MoviesController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-19Move MoviesService.cs to Jellyfin.Apicrobibero