diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-02-21 12:42:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-21 12:42:49 -0500 |
| commit | 59040bfa7d1a7149534c6708771bb98e8677c73b (patch) | |
| tree | d49a410ad23f11f77e3751f5cd16e7e3287ef35c /MediaBrowser.Controller | |
| parent | d1f6a7f4970edd31c7c26bc845a47d58e54c1383 (diff) | |
| parent | bbb3117f83b6cd6cfb8d799bb88512c020978d74 (diff) | |
Merge pull request #7255 from Shadowghost/external-sub-audio
Diffstat (limited to 'MediaBrowser.Controller')
| -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 0f62e8e1e..c52732858 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; |
