mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 23:59:24 +00:00
Add Video details page to settings
This commit is contained in:
@@ -17,6 +17,7 @@ const Routes = {
|
||||
SettingsApplication: '/settings/application/',
|
||||
SettingsScheduling: '/settings/scheduling/',
|
||||
SettingsActions: '/settings/actions/',
|
||||
SettingsVideos: '/settings/videos/',
|
||||
Login: '/login/',
|
||||
Video: (id: string) => `/video/${id}`,
|
||||
VideoAtTimestamp: (id: string, timestamp: string) => `/video/${id}/?t=${timestamp}`,
|
||||
|
||||
Reference in New Issue
Block a user