fix bugreport for kiosk

This commit is contained in:
Christian Schabesberger 2018-04-01 21:54:00 +02:00
parent 4f29a8b8b9
commit afc190e1dd
4 changed files with 9 additions and 10 deletions

View file

@ -168,7 +168,7 @@ public class KioskFragment extends BaseListInfoFragment<KioskInfo> {
if (!result.getErrors().isEmpty()) {
showSnackBarError(result.getErrors(),
UserAction.REQUESTED_PLAYLIST,
UserAction.REQUESTED_KIOSK,
NewPipe.getNameOfService(result.getServiceId()), result.getUrl(), 0);
}
}