add tvshow syntax to db

basic tvshow api request to show available tvshows
limit randompage videos to 3
improve settings object to remove one useless copy
This commit is contained in:
2021-04-16 22:44:56 +02:00
parent fdcecb0a75
commit 4539147208
17 changed files with 165 additions and 69 deletions

View File

@ -54,6 +54,11 @@ func StartReindex() bool {
return true
}
// StartTVShowReindex reindex dir walks for TVShow reindex
func StartTVShowReindex() {
// todo implement walking through dirs and reindex!
}
func GetStatusMessage() *StatusMessage {
msg := StatusMessage{
Messages: messageBuffer,