Only track was watched if more than 10s is played #6
This commit is contained in:
@@ -27,6 +27,7 @@ Route::get('/v1/monthly-views', [HentaiApiController::class, 'getMonthlyViews'])
|
||||
// Stream Page
|
||||
Route::get('/hentai/{title}', [StreamController::class, 'index'])->name('hentai.index');
|
||||
Route::post('/player/api', [StreamApiController::class, 'getStream'])->name('hentai.player');
|
||||
Route::post('/watched/track', [StreamApiController::class, 'trackWatched'])->name('hentai.watched');
|
||||
|
||||
// Search
|
||||
Route::get('/search', [HomeController::class, 'search'])->name('hentai.search');
|
||||
|
||||
Reference in New Issue
Block a user