diff options
| author | crobibero <cody@robibe.ro> | 2020-06-13 15:21:13 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-13 15:21:13 -0600 |
| commit | 9ee6ea86ea12e177f620f3cae8d149b41475416a (patch) | |
| tree | 05b09b609f0b3a72fd670d2bbcdc0c0975f8d36e /MediaBrowser.Model/Devices/LocalFileInfo.cs | |
| parent | a4455af3e90b440defb4da6de980f287b8a348c6 (diff) | |
| parent | 0011e8df47380936742302ef40639a4626a780ed (diff) | |
Merge remote-tracking branch 'upstream/api-migration' into api-localization
Diffstat (limited to 'MediaBrowser.Model/Devices/LocalFileInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Devices/LocalFileInfo.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/Devices/LocalFileInfo.cs b/MediaBrowser.Model/Devices/LocalFileInfo.cs deleted file mode 100644 index 63a8dc2aa..000000000 --- a/MediaBrowser.Model/Devices/LocalFileInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -#pragma warning disable CS1591 - -namespace MediaBrowser.Model.Devices -{ - public class LocalFileInfo - { - public string Name { get; set; } - public string Id { get; set; } - public string Album { get; set; } - public string MimeType { get; set; } - } -} |
