diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-12 20:57:41 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-12 20:57:41 -0500 |
| commit | 548f4ae87e17eefa080ab74fb7a7009eab8a2f16 (patch) | |
| tree | 32a818d1fffb12018df098d9a570298285dc4102 /MediaBrowser.Model | |
| parent | 98fbb0867457204da054dda14f2294ea59f30f8b (diff) | |
| parent | 4f5a659111b1e3953ea8618d1b8d16a2c7e3f081 (diff) | |
Merge pull request #1448 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model')
| -rw-r--r-- | MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs b/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs index a6bc66e49..28c99b89b 100644 --- a/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs +++ b/MediaBrowser.Model/FileOrganization/SmartMatchInfo.cs @@ -3,8 +3,8 @@ namespace MediaBrowser.Model.FileOrganization { public class SmartMatchInfo { - public string Id { get; set; } - public string Name { get; set; } + public string ItemName { get; set; } + public string DisplayName { get; set; } public FileOrganizerType OrganizerType { get; set; } public string[] MatchStrings { get; set; } |
