Skip to content

Commit

Permalink
Implement support for Crave (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
g0tsimid authored Feb 18, 2024
1 parent 71aacce commit 42af9d4
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,19 @@ Extension will be enabled until you restart Firefox.

### Table of Contents

- [Loading the extension manually in Chrome](#loading-the-extension-manually-in-chrome)
- [Loading the extension manually in Firefox](#loading-the-extension-manually-in-firefox)
- [Table of Contents](#table-of-contents)
- [What is Universal Trakt Scrobbler?](#what-is-universal-trakt-scrobbler)
- [Why do I need this extension?](#why-do-i-need-this-extension)
- [Which streaming services are supported?](#which-streaming-services-are-supported)
- [How does the extension work?](#how-does-the-extension-work)
- [Problems](#problems)
- [Known Issues](#known-issues)
- [Other Problems](#other-problems)
- [Help Translate](#help-translate)
- [Development](#development)
- [How to add more streaming services](#how-to-add-more-streaming-services)
- [How to add scrobbler/sync to streaming services](#how-to-add-scrobblersync-to-streaming-services)
- [Credits](#credits)

### What is Universal Trakt Scrobbler?
Expand All @@ -65,6 +71,7 @@ If you want to scrobble / sync from Netflix, this is the only Trakt.tv [plugin](
| :---------------: | :------: | :--: | :------------------------------ |
| Amazon Prime | ✔️ | ✔️ | - |
| AMC+ | ✔️ || - |
| Crave | ✔️ | ✔️ | - |
| Crunchyroll || ✔️ | Can't identify movies as movies |
| Disney+ | ✔️ || - |
| Go3 | ✔️ || - |
Expand Down
2 changes: 1 addition & 1 deletion src/modules/history/components/HistoryList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ export const HistoryList = (): JSX.Element => {
width: '100%',
}}
>
{({ height }) => (
{({ height }: { height: number }) => (
<InfiniteLoader
isItemLoaded={isItemLoaded}
itemCount={itemCount}
Expand Down
Loading

0 comments on commit 42af9d4

Please sign in to comment.