diff options
| author | Shadowghost <Ghost_of_Stone@web.de> | 2022-02-07 18:36:07 +0100 |
|---|---|---|
| committer | Shadowghost <Ghost_of_Stone@web.de> | 2022-02-18 22:19:33 +0100 |
| commit | 719b707281b078405daeea90811c2b4d7b40d624 (patch) | |
| tree | 0b0f5249aca4e54ea272c19025ad8bd742b688e8 /MediaBrowser.Controller/Entities | |
| parent | f1878c43a4c0e0ff054c81c67ea28b910eab3a1b (diff) | |
feat(external-media): refactor to generic provider, extend tests and file recognition, consolidate and extend NamingOptions
Diffstat (limited to 'MediaBrowser.Controller/Entities')
| -rw-r--r-- | MediaBrowser.Controller/Entities/BaseItem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/BaseItem.cs b/MediaBrowser.Controller/Entities/BaseItem.cs index 0f62e8e1eb..c527328583 100644 --- a/MediaBrowser.Controller/Entities/BaseItem.cs +++ b/MediaBrowser.Controller/Entities/BaseItem.cs @@ -887,7 +887,7 @@ namespace MediaBrowser.Controller.Entities return Name; } - public string GetInternalMetadataPath() + public virtual string GetInternalMetadataPath() { var basePath = ConfigurationManager.ApplicationPaths.InternalMetadataPath; |
