rename rss 2.0 to media rss 2.0

pull/2937/head
Rigel Kent 2020-07-02 16:25:16 +02:00
parent 6957f698d0
commit 2d011d94aa
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
3 changed files with 3 additions and 9 deletions

View File

@ -221,7 +221,7 @@ export class VideoService implements VideosProvider {
const feeds = [
{
format: FeedFormat.RSS,
label: 'rss 2.0',
label: 'media rss 2.0',
url: VideoService.BASE_FEEDS_URL + FeedFormat.RSS.toLowerCase()
},
{

View File

@ -4,10 +4,10 @@
<div placement="bottom" [ngbTooltip]="titleTooltip" container="body">
{{ titlePage }}
</div>
<my-feed *ngIf="titlePage" [syndicationItems]="syndicationItems"></my-feed>
</h1>
<div class="action-block" *ngIf="actions.length > 0">
<div class="action-block">
<my-feed *ngIf="titlePage" [syndicationItems]="syndicationItems"></my-feed>
<a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions">
<button class="btn">
<my-global-icon [iconName]="action.iconName" aria-hidden="true"></my-global-icon>

View File

@ -14,13 +14,7 @@
my-feed {
display: inline-block;
top: 1px;
margin-left: 5px;
width: max-content;
opacity: 0;
transition: ease-in .2s opacity;
}
&:hover my-feed {
opacity: 1;
}
}