diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-03-09 23:05:03 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-03-09 23:30:57 +0900 |
| commit | 52fde64f103b85eb05aabe7c6fb07d7e26db6d48 (patch) | |
| tree | faaa617b335b1e27d9cb53633dcae1ab942c611c /MediaBrowser.Model/Entities/ImageType.cs | |
| parent | bf34105af35f5cbed51fbabdab75e6561a6924ea (diff) | |
remove unused files and fix some future warnings
Diffstat (limited to 'MediaBrowser.Model/Entities/ImageType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/ImageType.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/ImageType.cs b/MediaBrowser.Model/Entities/ImageType.cs index 0f8208090..d89a4b3ad 100644 --- a/MediaBrowser.Model/Entities/ImageType.cs +++ b/MediaBrowser.Model/Entities/ImageType.cs @@ -44,6 +44,7 @@ namespace MediaBrowser.Model.Entities /// The box. /// </summary> Box = 7, + /// <summary> /// The screenshot. /// </summary> |
