add a lonely logging command
This commit is contained in:
parent
b41eba90bd
commit
f71a3152d4
@ -1691,6 +1691,7 @@ public class PlaybackService extends Service {
|
||||
if (!UserPreferences.isCastEnabled()) {
|
||||
CastManager castManager = CastManager.getInstance();
|
||||
if (castManager.isConnecting() || castManager.isConnected()) {
|
||||
Log.d(TAG, "Disconnecting cast device due to a change in user preferences");
|
||||
castManager.disconnect();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user