Merge branch 'master' of https://github.com/advplyr/audiobookshelf-app into advplyr-master

This commit is contained in:
Rasmus Krämer 2022-05-03 14:41:46 +02:00
commit ac71d39265
No known key found for this signature in database
GPG key ID: EC9E510611BFDAA2
12 changed files with 362 additions and 109 deletions

View file

@ -68,7 +68,8 @@ class ApiClient {
}
ApiClient.postResource(endpoint: endpoint, parameters: [
"forceTranscode": "true", // TODO: direct play
"forceDirectPlay": "true",
"forceTranscode": "false", // TODO: direct play
"mediaPlayer": "AVPlayer",
], decodable: PlaybackSession.self) { obj in
var session = obj