|
|
|
@ -117,7 +117,7 @@ public class Live { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public int getPlayerType() { |
|
|
|
public int getPlayerType() { |
|
|
|
return playerType == null ? -1 : playerType; |
|
|
|
return playerType == null ? -1 : Math.min(playerType, 2); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public List<Channel> getChannels() { |
|
|
|
public List<Channel> getChannels() { |
|
|
|
|