diff options
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/users/user-notification.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/users/user-notification.model.ts b/client/src/app/shared/shared-main/users/user-notification.model.ts index a068daaac..648bb7fe0 100644 --- a/client/src/app/shared/shared-main/users/user-notification.model.ts +++ b/client/src/app/shared/shared-main/users/user-notification.model.ts | |||
@@ -211,7 +211,7 @@ export class UserNotification implements UserNotificationServer { | |||
211 | } | 211 | } |
212 | 212 | ||
213 | private buildVideoImportUrl () { | 213 | private buildVideoImportUrl () { |
214 | return '/my-account/video-imports' | 214 | return '/my-library/video-imports' |
215 | } | 215 | } |
216 | 216 | ||
217 | private buildVideoImportIdentifier (videoImport: { targetUrl?: string, magnetUri?: string, torrentName?: string }) { | 217 | private buildVideoImportIdentifier (videoImport: { targetUrl?: string, magnetUri?: string, torrentName?: string }) { |