|
|
|
@ -36,6 +36,9 @@
|
|
|
|
<ng-container i18n="Subscription playlist not available text">Name not available. Playlist retrieval in progress.</ng-container>
|
|
|
|
<ng-container i18n="Subscription playlist not available text">Name not available. Playlist retrieval in progress.</ng-container>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<button mat-icon-button (click)="editSubscription(sub)">
|
|
|
|
|
|
|
|
<mat-icon>edit</mat-icon>
|
|
|
|
|
|
|
|
</button>
|
|
|
|
<button mat-icon-button (click)="showSubInfo(sub)">
|
|
|
|
<button mat-icon-button (click)="showSubInfo(sub)">
|
|
|
|
<mat-icon>info</mat-icon>
|
|
|
|
<mat-icon>info</mat-icon>
|
|
|
|
</button>
|
|
|
|
</button>
|
|
|
|
|