Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
chore(README): update snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Socketlike committed Jul 30, 2023
1 parent 19e2d43 commit 5fa9cce
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,13 @@ modal css map:
updates.
- fix: none - we cannot trust Spotify's timestamps. they are wildly inaccurate for some reason
- the modal does not update while playing episodes (shows)
- fix: none - we don't get the item data for the episode at all (`null`). don't believe me?
execute
`<plugin exports>.events.on('message', (ev) => console.log(ev.detail.currently_playing_type, ev.detail.item))`
and check console when you play an episode.
- fix: none - we don't get the item data for the episode at all (`null`). check it yourself by
executing
```js
replugged.plugins
.getExports('lib.evelyn.SpotifyModal')
._.events.on('message', (e) => console.log(ev.detail.currently_playing_type, ev.detail.item));
```
- what happened to the `no Spotify pause` feature?
- removed. you should check out [`NoSpotifyPause`](https://github.com/Socketlike/NoSpotifyPause)
instead.
Expand Down

0 comments on commit 5fa9cce

Please sign in to comment.