diff options
| author | crobibero <cody@robibe.ro> | 2020-06-13 15:24:34 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-06-13 15:24:34 -0600 |
| commit | 81030a0a5a5965bd5c1c3e02ec4622d168522fca (patch) | |
| tree | 26d1bc9ad6b040bb0b9ab62c8d28286b8457db74 /MediaBrowser.Model/Devices/LocalFileInfo.cs | |
| parent | 0b778b88516e59aafeaf5e6b8b0a117e0dd68607 (diff) | |
| parent | 0011e8df47380936742302ef40639a4626a780ed (diff) | |
Merge remote-tracking branch 'upstream/api-migration' into api-plugin
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; } - } -} |
