mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4526] [MERGED] Fix marking item as played #10132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/4526
Author: @crobibero
Created: 11/20/2020
Status: ✅ Merged
Merged: 11/22/2020
Merged by: @joshuaboniface
Base:
master← Head:mark-played📝 Commits (1)
2f75f84Fix marking item as played📊 Changes
4 files changed (+51 additions, -51 deletions)
View changed files
📝
Jellyfin.Api/Controllers/PlaystateController.cs(+2 -1)➕
Jellyfin.Api/ModelBinders/LegacyDateTimeModelBinder.cs(+49 -0)➖
Jellyfin.Api/TypeConverters/DateTimeTypeConverter.cs(+0 -44)📝
Jellyfin.Server/Startup.cs(+0 -6)📄 Description
The
TypeConverterstopped working when we migrated to .net5. Thankfully there was only 1 endpoint that sends aDateTimein this format.Fixes https://github.com/jellyfin/jellyfin-web/issues/2087
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.