Removed the "(beta)"-tag from services (#8637)
This commit is contained in:
parent
8f37015dbb
commit
51e72d1a05
2 changed files with 4 additions and 14 deletions
|
|
@ -169,15 +169,6 @@ public final class ServiceHelper {
|
|||
}
|
||||
}
|
||||
|
||||
public static boolean isBeta(final StreamingService s) {
|
||||
switch (s.getServiceInfo().getName()) {
|
||||
case "YouTube":
|
||||
return false;
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
public static void initService(final Context context, final int serviceId) {
|
||||
if (serviceId == ServiceList.PeerTube.getServiceId()) {
|
||||
final SharedPreferences sharedPreferences = PreferenceManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue