aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/PlaystateController.cs
AgeCommit message (Collapse)Author
2021-03-06Merge pull request #5375 from crobibero/default-api-valueBond-009
Specify defaults or set query parameter to nullable (cherry picked from commit a0f6bc14a2c9817b3199a81872eb7d84489cde0d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-11-21Merge pull request #4526 from crobibero/mark-playedJoshua M. Boniface
Fix marking item as played
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-20Fix marking item as playedcrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-18remove unused directivescrobibero
2020-08-10add proper converter for legacy datetimecrobibero
2020-08-10fix routecrobibero
2020-08-10fix datetime parsingcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-07-22Merge remote-tracking branch 'remotes/jellyfin/api-migration' into api-audioDavid
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs # Jellyfin.Api/Helpers/TranscodingJobHelper.cs
2020-07-19Continute workDavid
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-26Move PlaystateService.cs to Jellyfin.Apicrobibero