mirror of
				https://github.com/Kareadita/Kavita.git
				synced 2025-11-03 19:17:05 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			225 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace API.Entities;
 | 
						|
 | 
						|
public enum SideNavStreamType
 | 
						|
{
 | 
						|
    Collections = 1,
 | 
						|
    ReadingLists = 2,
 | 
						|
    Bookmarks = 3,
 | 
						|
    Library = 4,
 | 
						|
    SmartFilter = 5,
 | 
						|
    ExternalSource = 6,
 | 
						|
    AllSeries = 7,
 | 
						|
    WantToRead = 8,
 | 
						|
}
 |