-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* checkpoint * SyncPlay sort-of works now. * Fix issue with not sending ready. * Additional work on SyncPlay. * Additional work on SyncPlay. * #170 Fix sending zero position on finished_callback. * Add ping back but make errors less noisy. * Disable server discovery which isn't used. * Fix skipping, stop delay (#175), and SyncPlay (#168). * Update po/pot. * Up version to 1.9.0.
- Loading branch information
Showing
31 changed files
with
3,007 additions
and
2,698 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
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
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
APP_NAME = "jellyfin-mpv-shim" | ||
USER_APP_NAME = "Jellyfin MPV Shim" | ||
CLIENT_VERSION = "1.8.1" | ||
CLIENT_VERSION = "1.9.0" | ||
USER_AGENT = "Jellyfin-MPV-Shim/%s" % CLIENT_VERSION |
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
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
Oops, something went wrong.