mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	Fixed web interface.
This commit is contained in:
		
							parent
							
								
									b34d6fec3d
								
							
						
					
					
						commit
						1ee1f9c8a7
					
				@ -1111,9 +1111,9 @@ namespace Emby.Server.Implementations
 | 
			
		||||
                        }
 | 
			
		||||
                        else
 | 
			
		||||
                        {
 | 
			
		||||
                            // Un-versioned folder - Add it under the path name and version 0.0.0.1.                        
 | 
			
		||||
                            // Un-versioned folder - Add it under the path name and version 0.0.0.1.
 | 
			
		||||
                            versions.Add((new Version(0, 0, 0, 1), metafile, dir));
 | 
			
		||||
                        }   
 | 
			
		||||
                        }
 | 
			
		||||
                    }
 | 
			
		||||
                }
 | 
			
		||||
                catch
 | 
			
		||||
@ -1212,6 +1212,9 @@ namespace Emby.Server.Implementations
 | 
			
		||||
            // Xbmc
 | 
			
		||||
            yield return typeof(ArtistNfoProvider).Assembly;
 | 
			
		||||
 | 
			
		||||
            // Network
 | 
			
		||||
            yield return typeof(NetworkManager).Assembly;
 | 
			
		||||
 | 
			
		||||
            foreach (var i in GetAssembliesWithPartsInternal())
 | 
			
		||||
            {
 | 
			
		||||
                yield return i;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user