Player

public enum Player : String, Codable

The player the client want to use

Note

This will only influence Player status and Playlists updates
  • Use the local player

    Declaration

    Swift

    case local
  • Use a custom player

    Declaration

    Swift

    case stream