mirror of
				https://github.com/Kareadita/Kavita.git
				synced 2025-11-04 03:27:05 -05:00 
			
		
		
		
	Co-authored-by: Stepan Goremykin <s.goremykin@proton.me> Co-authored-by: goremykin <goremukin@gmail.com> Co-authored-by: Christopher <39032787+MrRobotjs@users.noreply.github.com> Co-authored-by: Fesaa <77553571+Fesaa@users.noreply.github.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			246 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace API.Entities;
 | 
						|
 | 
						|
public enum SideNavStreamType
 | 
						|
{
 | 
						|
    Collections = 1,
 | 
						|
    ReadingLists = 2,
 | 
						|
    Bookmarks = 3,
 | 
						|
    Library = 4,
 | 
						|
    SmartFilter = 5,
 | 
						|
    ExternalSource = 6,
 | 
						|
    AllSeries = 7,
 | 
						|
    WantToRead = 8,
 | 
						|
    BrowsePeople = 9
 | 
						|
}
 |