Some renaming

BUGS
- WebToon on Firefox MacOS ????
- Series profile isn't removed when reading profile is ???
This commit is contained in:
Amelia 2025-05-29 23:09:48 +02:00
parent d83bb7ac3e
commit cfc65d14a0
No known key found for this signature in database
GPG key ID: D6D0ECE365407EAA
11 changed files with 34 additions and 33 deletions

View file

@ -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;