mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-10-31 02:27:18 -04:00 
			
		
		
		
	Change test to allow owned items to run local providers
I need more information about the need for this test, to make sure I am not introducing an issue.
This commit is contained in:
		
							parent
							
								
									99816b07dc
								
							
						
					
					
						commit
						04f23a0e73
					
				| @ -368,8 +368,8 @@ namespace Jellyfin.Providers.Tests.Manager | |||||||
|         [Theory] |         [Theory] | ||||||
|         [InlineData(nameof(ICustomMetadataProvider), true)] |         [InlineData(nameof(ICustomMetadataProvider), true)] | ||||||
|         [InlineData(nameof(IRemoteMetadataProvider), true)] |         [InlineData(nameof(IRemoteMetadataProvider), true)] | ||||||
|         [InlineData(nameof(ILocalMetadataProvider), false)] |         [InlineData(nameof(ILocalMetadataProvider), true)] | ||||||
|         public void GetMetadataProviders_CanRefreshMetadataOwned_WhenNotLocal(string providerType, bool expected) |         public void GetMetadataProviders_CanRefreshMetadataOwned(string providerType, bool expected) | ||||||
|         { |         { | ||||||
|             GetMetadataProviders_CanRefreshMetadata_Tester(providerType, expected, ownedItem: true); |             GetMetadataProviders_CanRefreshMetadata_Tester(providerType, expected, ownedItem: true); | ||||||
|         } |         } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user