Offline sync controller.
You’ll never need to create an instance of this class yourself. You’ll find it ready to use as the offline attribute on the Session instance.
Total number of tracks that needs download before everything from all playlists that are marked for offline is fully synchronized.
The OfflineSyncStatus or None if not syncing.
The OFFLINE_STATUS_UPDATED event is emitted on the session object when this is updated.
A Spotify offline sync status object.
You’ll never need to create an instance of this class yourself. You’ll find it ready for use as the sync_status attribute on the offline attribute on the Session instance.
Number of tracks left to sync in current sync operation.
Number of tracks marked for sync that existed on the device before the current sync operation.
Number of tracks copied during the current sync operation.
Number of tracks marked for sync that will not be copied.
Number of tracks that failed syncing during the current sync operation.
If sync operation is in progress.