Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Entry ¶
type Entry struct { ID string Collection common.ItemCollection Sort int }
Entry contains the ID and collection of a CollectionItem
func GetBaseCollectionEntries ¶
func GetBaseCollectionEntries(ctx context.Context, ls *common.BatchLoaders, filteredLoaders *common.FilteredLoaders, collectionId int) ([]Entry, error)
GetBaseCollectionEntries returns entries for the specified collection, without any special filtering
Note: The collection config might specify advanced filtering, like continue watching or my list, which is not handled here
Click to show internal directories.
Click to hide internal directories.