summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
Diffstat (limited to 'src/web')
-rw-r--r--src/web/src/app/film/film.component.ts6
-rw-r--r--src/web/src/assets/img/platforms/abc.pngbin0 -> 91718 bytes
-rw-r--r--src/web/src/assets/img/platforms/disneyplus.png (renamed from src/web/src/assets/img/platforms/disney+.png)bin3970 -> 3970 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/src/web/src/app/film/film.component.ts b/src/web/src/app/film/film.component.ts
index 26dd507..164ffff 100644
--- a/src/web/src/app/film/film.component.ts
+++ b/src/web/src/app/film/film.component.ts
@@ -22,7 +22,7 @@ export class FilmComponent implements OnInit {
private route: ActivatedRoute,
private service: MovieTVService,
private scraper: ScrapeService
- ) {}
+ ) { }
ngOnInit(): void {
this.route.paramMap.subscribe((x) => {
this.type = x.get('type');
@@ -55,8 +55,8 @@ export class FilmComponent implements OnInit {
getProviderImage(i: number) {
console.log(
- (this.providers[i] as string).toLowerCase().replace(/ /g, '')
+ (this.providers[i] as string).toLowerCase().replace(/ /g, '').replace('+', 'plus')
);
- return (this.providers[i] as string).toLowerCase().replace(/ /g, '');
+ return (this.providers[i] as string).toLowerCase().replace(/ /g, '').replace('+', 'plus');
}
}
diff --git a/src/web/src/assets/img/platforms/abc.png b/src/web/src/assets/img/platforms/abc.png
new file mode 100644
index 0000000..b49a0c2
--- /dev/null
+++ b/src/web/src/assets/img/platforms/abc.png
Binary files differ
diff --git a/src/web/src/assets/img/platforms/disney+.png b/src/web/src/assets/img/platforms/disneyplus.png
index 2071539..2071539 100644
--- a/src/web/src/assets/img/platforms/disney+.png
+++ b/src/web/src/assets/img/platforms/disneyplus.png
Binary files differ