mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 10:37:22 -04:00 
			
		
		
		
	update artists
This commit is contained in:
		
							parent
							
								
									26d3f9740c
								
							
						
					
					
						commit
						8d6702b115
					
				| @ -17,7 +17,12 @@ namespace MediaBrowser.Controller.Entities.Audio | ||||
|     /// </summary> | ||||
|     public class MusicArtist : Folder, IMetadataContainer, IItemByName, IHasMusicGenres, IHasDualAccess, IHasProductionLocations, IHasLookupInfo<ArtistInfo> | ||||
|     { | ||||
|         public bool IsAccessedByName { get; set; } | ||||
|         [IgnoreDataMember] | ||||
|         public bool IsAccessedByName | ||||
|         { | ||||
|             get { return ParentId == Guid.Empty; } | ||||
|         } | ||||
| 
 | ||||
|         public List<string> ProductionLocations { get; set; } | ||||
| 
 | ||||
|         [IgnoreDataMember] | ||||
|  | ||||
| @ -961,7 +961,7 @@ namespace MediaBrowser.Server.Implementations.Library | ||||
|                     Name = name | ||||
| 
 | ||||
|                 }).Cast<MusicArtist>() | ||||
|                 .Where(i => !i.IsAccessedByName) | ||||
|                 .OrderBy(i => i.IsAccessedByName ? 1 : 0) | ||||
|                 .Cast<T>() | ||||
|                 .FirstOrDefault(); | ||||
| 
 | ||||
| @ -984,11 +984,6 @@ namespace MediaBrowser.Server.Implementations.Library | ||||
|                     Path = path | ||||
|                 }; | ||||
| 
 | ||||
|                 if (isArtist) | ||||
|                 { | ||||
|                     (item as MusicArtist).IsAccessedByName = true; | ||||
|                 } | ||||
| 
 | ||||
|                 var task = CreateItem(item, CancellationToken.None); | ||||
|                 Task.WaitAll(task); | ||||
|             } | ||||
|  | ||||
| @ -82,7 +82,7 @@ namespace MediaBrowser.Server.Implementations.Persistence | ||||
|         private IDbCommand _updateInheritedRatingCommand; | ||||
|         private IDbCommand _updateInheritedTagsCommand; | ||||
| 
 | ||||
|         public const int LatestSchemaVersion = 72; | ||||
|         public const int LatestSchemaVersion = 73; | ||||
| 
 | ||||
|         /// <summary> | ||||
|         /// Initializes a new instance of the <see cref="SqliteItemRepository"/> class. | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user