-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Emby): add support for new and old versions (#8818)
* feat(Emby): add support for new and old versions Co-Authored-By: slowlife <[email protected]> * Update websites/E/Emby/presence.ts Signed-off-by: github plz bring back DarkVIllager <[email protected]> * chore(Emby): bump version * chore(Emby): fix oopsie woopsies * fix(Emby): fix bugs * feat(Emby): use compare-versions feat(Emby): use compare-versions --------- Signed-off-by: github plz bring back DarkVIllager <[email protected]> Co-authored-by: slowlife <[email protected]> Co-authored-by: Dark_Ville <[email protected]>
- Loading branch information
1 parent
960f805
commit 5963617
Showing
4 changed files
with
155 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"dependencies": { | ||
"compare-versions": "6.1.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters