* handles backwards compatibility aspects on the settings, removed in 2.0 * @internal
()
| 81 | * @internal |
| 82 | */ |
| 83 | public handleBackwardsCompatibility() { |
| 84 | if (this.player.playerMode === PlayerMode.Disabled && this.player.enablePlayer) { |
| 85 | this.player.playerMode = PlayerMode.EnabledAutomatic; |
| 86 | } |
| 87 | } |
| 88 | } |
no outgoing calls
no test coverage detected