<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Model/Search, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2025-03-31T23:43:31Z</updated>
<entry>
<title>Explicitly set default value for enums used in API models (#13821)</title>
<updated>2025-03-31T23:43:31Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2025-03-31T23:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4a4fef830eccf0629d7cf955126f0cd78867e0ee'/>
<id>urn:sha1:4a4fef830eccf0629d7cf955126f0cd78867e0ee</id>
<content type='text'>
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</content>
</entry>
<entry>
<title>Backport pull request #11802 from jellyfin/release-10.9.z</title>
<updated>2024-05-25T15:46:26Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2024-05-25T15:46:26Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=35bc6866d5f5d4186bc282f8d5d6ca4bf43909fb'/>
<id>urn:sha1:35bc6866d5f5d4186bc282f8d5d6ca4bf43909fb</id>
<content type='text'>
Mark SearchHint.MatchedTerm as nullable

Original-merge: ab6c2424dbb6b0e0a046b746d564cfc78103f8fb

Merged-by: Bond-009 &lt;bond.009@outlook.com&gt;

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Enable nullable for more files</title>
<updated>2024-03-13T13:56:51Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-03-13T13:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=651681c27630af0fd0852980ac473ce570805dc3'/>
<id>urn:sha1:651681c27630af0fd0852980ac473ce570805dc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert string MediaType to enum MediaType</title>
<updated>2023-10-10T21:57:15Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-05-13T18:44:31Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2920611ffc206d845563637c4a865bf3f02d1374'/>
<id>urn:sha1:2920611ffc206d845563637c4a865bf3f02d1374</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix minor warnings in MediaBrowser.Model/Configuration (#2149)</title>
<updated>2022-10-06T19:44:12Z</updated>
<author>
<name>Jan Sommer</name>
<email>jjs@joritos.de</email>
</author>
<published>2022-10-06T19:44:12Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=87d460909f8019d7701fe39dd6b9b23594a6cffd'/>
<id>urn:sha1:87d460909f8019d7701fe39dd6b9b23594a6cffd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix operation name in SearchController and correct nullability for SearchHint</title>
<updated>2022-08-18T15:44:40Z</updated>
<author>
<name>Niels van Velzen</name>
<email>git@ndat.nl</email>
</author>
<published>2022-08-17T18:14:07Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=de98457332a1e25d38553dd11403704372213e15'/>
<id>urn:sha1:de98457332a1e25d38553dd11403704372213e15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some warnings</title>
<updated>2022-02-14T13:46:04Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-01-22T14:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1c14c86b20f695f7344f72d7c1c67ea4334f81f4'/>
<id>urn:sha1:1c14c86b20f695f7344f72d7c1c67ea4334f81f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use BaseItemKind where possible</title>
<updated>2021-12-12T13:11:27Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-12-12T02:31:30Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=32629cd7da0a39962009bffd9389a660c196f541'/>
<id>urn:sha1:32629cd7da0a39962009bffd9389a660c196f541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable TreatWarningsAsErrors for MediaBrowser.Model</title>
<updated>2021-02-20T22:29:33Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-02-20T22:13:04Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=141efafd3dbbef3dc64824a89fd3fdc77da0b25e'/>
<id>urn:sha1:141efafd3dbbef3dc64824a89fd3fdc77da0b25e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Guid as API parameter type where possible</title>
<updated>2020-12-01T18:07:41Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2020-12-01T18:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c083b29e292c72b65929ea05639e3b5a8a401037'/>
<id>urn:sha1:c083b29e292c72b65929ea05639e3b5a8a401037</id>
<content type='text'>
</content>
</entry>
</feed>
