OpenMediaCenter/apiGo/videoparser/ReIndexTVShows.go

8 lines
168 B
Go

package videoparser
import "openmediacenter/apiGo/api/types"
func startTVShowReindex(files []Show, sett types.SettingsType) {
// have fun with db insertions here!
}