aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Providers/ExternalIdInfo.cs
AgeCommit message (Collapse)Author
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-12-31Enable nullable for MediaBrowser.XbmcMetadata project (#4612)martinek-stepan
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Stepan <ste.martinek+git@gmail.com>
2020-06-26fix nullabilityCody Robibero
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-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
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-01-17Reformat JustAMan review pt2 changesErwin de Haan
Refs #575
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2014-05-08fix portable and 3.5 project referencesLuke Pulverenti
2014-02-21use modular id's on edit pageLuke Pulverenti
2014-02-21make external id's modularLuke Pulverenti