Some renaming
BUGS - WebToon on Firefox MacOS ???? - Series profile isn't removed when reading profile is ???
This commit is contained in:
parent
d83bb7ac3e
commit
cfc65d14a0
11 changed files with 34 additions and 33 deletions
|
|
@ -276,8 +276,8 @@ export class SeriesCardComponent implements OnInit, OnChanges {
|
|||
case Action.Download:
|
||||
this.downloadService.download('series', this.series);
|
||||
break;
|
||||
case Action.AddToReadingProfile:
|
||||
this.actionService.addMultipleToReadingProfile([this.series]);
|
||||
case Action.SetReadingProfile:
|
||||
this.actionService.SetReadingProfileForMultiple([this.series]);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue