mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 23:26:22 +00:00
update music user data key
This commit is contained in:
@@ -1378,16 +1378,6 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
}
|
||||
}
|
||||
|
||||
// Add MovieInfo
|
||||
var movie = item as Movie;
|
||||
if (movie != null)
|
||||
{
|
||||
if (fields.Contains(ItemFields.TmdbCollectionName))
|
||||
{
|
||||
dto.TmdbCollectionName = movie.TmdbCollectionName;
|
||||
}
|
||||
}
|
||||
|
||||
var hasSpecialFeatures = item as IHasSpecialFeatures;
|
||||
if (hasSpecialFeatures != null)
|
||||
{
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user