diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-13 21:34:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-13 21:34:24 -0400 |
| commit | d683f3061979d786efc574f1073af4e77da11772 (patch) | |
| tree | 85546503b9b6065d24df4d7cc4065e4c560d2184 /MediaBrowser.Server.Implementations/Library/LibraryManager.cs | |
| parent | 749037eb4a73c9ae4b66c787a381737427dd6eca (diff) | |
update music user data key
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/LibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/LibraryManager.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs index 721603efe..3c56af9e6 100644 --- a/MediaBrowser.Server.Implementations/Library/LibraryManager.cs +++ b/MediaBrowser.Server.Implementations/Library/LibraryManager.cs @@ -1044,11 +1044,6 @@ namespace MediaBrowser.Server.Implementations.Library return names; } - private void SetPropertiesFromSongs(MusicArtist artist, IEnumerable<IHasMetadata> items) - { - - } - /// <summary> /// Validate and refresh the People sub-set of the IBN. /// The items are stored in the db but not loaded into memory until actually requested by an operation. |
