File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (matches !== null && matches.length > 1) {
12
12
console . log ( `IMDb id: ${ imdbId } ` ) ;
13
13
14
14
let title = $ ( 'h1.TitleHeader__TitleText-sc-1wu6n3d-0.dxSWFG' ) . text ( ) ;
15
- let releaseYear = parseInt ( $ ( 'a.TitleBlockMetaData__StyledTextLink-sc-12ein40-1.rgaOW' ) . text ( ) ) ;
15
+ let releaseYear = parseInt ( $ ( 'a.TitleBlockMetaData__StyledTextLink-sc-12ein40-1.rgaOW:first ' ) . text ( ) ) ;
16
16
17
17
initializeContainer ( ) ;
18
18
insertSpinner ( ) ;
@@ -44,7 +44,7 @@ if (matches !== null && matches.length > 1) {
44
44
fillContainer ( json . mediaInfo ) ;
45
45
} else {
46
46
removeSpinner ( ) ;
47
- insertStatusButton ( 'Not found' , 0 ) ;
47
+ insertStatusButton ( 'Media not found' , 0 ) ;
48
48
}
49
49
} ) ;
50
50
} ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " Overseerr Assistant" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Browser extension for Overseerr that embeds buttons into IMDb and TMDB web pages to easily request movies and tv shows." ,
5
5
"permissions" : [" activeTab" , " storage" ],
6
6
"host_permissions" : [" http://*/" , " https://*/" ],
You can’t perform that action at this time.
0 commit comments