aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/IExternalId.cs
AgeCommit message (Collapse)Author
2025-02-20Migrate to IExternalUrlProviderShadowghost
2024-07-17Move external url listing to provider for plugin use (#12279)Cody Robibero
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-05-23Remove 'General' as an ExternalIdMediaType, and instead use 'null' to ↵Mark Monteiro
represent a general external id type
2020-05-17Rename Name to ProviderNameMark Monteiro
2020-05-17Clean up some doc commentsMark Monteiro
2020-05-17Do not convert 'Type' value to string unnecessarily, and do not replace ↵Mark Monteiro
'General' type with null
2020-05-17Move ExternalIdMediaType enum to MediaBrowser.ModelMark Monteiro
2020-05-17Clean up documentationMark Monteiro
2020-03-26Add documentation around Name, Id, and Type. Changed ExternalIdType to ↵Luke Foust
ExternalIdMediaType
2020-03-22Add type to externalids to distinguish them in the UILuke Foust
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2014-02-21make external id's modularLuke Pulverenti