diff options
Diffstat (limited to 'client/src/app/shared/shared-main')
-rw-r--r-- | client/src/app/shared/shared-main/video/video.service.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/video/video.service.ts b/client/src/app/shared/shared-main/video/video.service.ts index 20d13fa10..ee3549695 100644 --- a/client/src/app/shared/shared-main/video/video.service.ts +++ b/client/src/app/shared/shared-main/video/video.service.ts | |||
@@ -221,7 +221,7 @@ export class VideoService implements VideosProvider { | |||
221 | const feeds = [ | 221 | const feeds = [ |
222 | { | 222 | { |
223 | format: FeedFormat.RSS, | 223 | format: FeedFormat.RSS, |
224 | label: 'rss 2.0', | 224 | label: 'media rss 2.0', |
225 | url: VideoService.BASE_FEEDS_URL + FeedFormat.RSS.toLowerCase() | 225 | url: VideoService.BASE_FEEDS_URL + FeedFormat.RSS.toLowerCase() |
226 | }, | 226 | }, |
227 | { | 227 | { |