mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-27 13:54:01 +02:00
Fix:Syncing when media is open in audio player and playing on another device #984
- Local playback session IDs have been updated to UUIDs instead of prefixing local_play_
This commit is contained in:
@@ -14,6 +14,7 @@ struct NowPlayingMetadata {
|
||||
var title: String
|
||||
var author: String?
|
||||
var series: String?
|
||||
var isLocal: Bool
|
||||
|
||||
var coverUrl: URL? {
|
||||
if self.isLocal {
|
||||
@@ -25,8 +26,6 @@ struct NowPlayingMetadata {
|
||||
return url
|
||||
}
|
||||
}
|
||||
|
||||
var isLocal: Bool { id.starts(with: "play_local_") }
|
||||
}
|
||||
|
||||
class NowPlayingInfo {
|
||||
|
||||
Reference in New Issue
Block a user