-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat(HDrezka): v1.3.0 - Add timestamps, series tracking, and user settings #10330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Artem Shevchenko <[email protected]>
Signed-off-by: Artem Shevchenko <[email protected]>
| showSmallImages | ||
| ] = await Promise.all([ |
Check failure
Code scanning / ESLint
Require or disallow trailing commas Error
| presence.getSetting<boolean>('showSmallImages') | ||
| ]) |
Check failure
Code scanning / ESLint
Require or disallow trailing commas Error
| largeImageKey: 'https://cdn.rcd.gg/PreMiD/websites/H/HDrezka/assets/logo.png' | ||
| }) |
Check failure
Code scanning / ESLint
Require or disallow trailing commas Error
| if (isSeries) { | ||
| const activeSeason = document.querySelector('.b-simple_season__item.active')?.textContent?.trim() | ||
| const activeEpisode = document.querySelector('.b-simple_episode__item.active')?.textContent?.trim() | ||
|
|
Check failure
Code scanning / ESLint
Disallow trailing whitespace at the end of lines Error
|
|
||
| presenceData.buttons = [{ label: 'Watch on Rezka', url: document.location.href }] | ||
| } else { | ||
| if (!showBrowsingStatus) return presence.clearActivity() |
Check failure
Code scanning / ESLint
Newline after if Error
Signed-off-by: Artem Shevchenko <[email protected]>
Signed-off-by: Artem Shevchenko <[email protected]>
No description provided.