8 lines
168 B
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!
|
||
|
}
|