mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-05-24 00:52:23 -04:00
15 lines
247 B
C#
15 lines
247 B
C#
namespace API.Entities;
|
|
|
|
public enum SideNavStreamType
|
|
{
|
|
Collections = 1,
|
|
ReadingLists = 2,
|
|
Bookmarks = 3,
|
|
Library = 4,
|
|
SmartFilter = 5,
|
|
ExternalSource = 6,
|
|
AllSeries = 7,
|
|
WantToRead = 8,
|
|
BrowseAuthors = 9
|
|
}
|