diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-15 17:42:06 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-15 17:42:06 -0500 |
| commit | 4ebba2b2e87e33f083c095957a2294b6f8ae3828 (patch) | |
| tree | 0df44ee8bc3eaa9427aa7e9680caeed7715dd8f7 /MediaBrowser.Controller/Entities/IHasImages.cs | |
| parent | b24d7de92e8e8ea21cc90076fa33e38ad44c920f (diff) | |
change usage reporting to a timer
Diffstat (limited to 'MediaBrowser.Controller/Entities/IHasImages.cs')
| -rw-r--r-- | MediaBrowser.Controller/Entities/IHasImages.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/IHasImages.cs b/MediaBrowser.Controller/Entities/IHasImages.cs index d53eba11a1..e07db88c4e 100644 --- a/MediaBrowser.Controller/Entities/IHasImages.cs +++ b/MediaBrowser.Controller/Entities/IHasImages.cs @@ -142,6 +142,12 @@ namespace MediaBrowser.Controller.Entities /// </summary> /// <value><c>true</c> if [supports local metadata]; otherwise, <c>false</c>.</value> bool SupportsLocalMetadata { get; } + + /// <summary> + /// Gets a value indicating whether this instance is in mixed folder. + /// </summary> + /// <value><c>true</c> if this instance is in mixed folder; otherwise, <c>false</c>.</value> + bool IsInMixedFolder { get; } } public static class HasImagesExtensions |
