aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Search/SearchHint.cs
AgeCommit message (Collapse)Author
2025-03-31Explicitly set default value for enums used in API models (#13821)gnattu
Enums in response model with no nullability or default value will make the API very fragile as each extension to the enum will break the API for some clients, but a lot of enums actually do have an unknown value which should be used as a default. This set all model properties that are non-nullable using an enum that has an Unknown member in 10.10, except MediaStream.VideoRangeType which is refactored in #13277
2024-05-25Backport pull request #11802 from jellyfin/release-10.9.zcrobibero
Mark SearchHint.MatchedTerm as nullable Original-merge: ab6c2424dbb6b0e0a046b746d564cfc78103f8fb Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2022-10-06Fix minor warnings in MediaBrowser.Model/Configuration (#2149)Jan Sommer
2022-08-18Fix operation name in SearchController and correct nullability for SearchHintNiels van Velzen
2020-06-16fix SA1513/SA1516telans
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2019-08-29More warning fixesBond_009
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-07remove trailing whitespacehawken
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-23reduce dlna chatterLuke Pulverenti
2017-08-06update componentsLuke Pulverenti
2017-05-03support omdb episodes by imdb; add more search dataLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2016-01-16add aspect ratio to search resultsLuke Pulverenti
2015-08-10update search hintsLuke Pulverenti
2014-05-08Removed guids from the model projectLuke Pulverenti
2014-01-05added more images to search outputLuke Pulverenti
2013-12-27change header icons to jqm buttonsLuke Pulverenti
2013-04-27search hints progressLuke Pulverenti