parent
54431b42d7
commit
1ff2b3442a
4 changed files with 4 additions and 4 deletions
devices/homie/modules/home-assistant/netdaemon/apps/Spotify
|
@ -57,7 +57,7 @@ namespace NetDaemonConfig.Apps.Spotify.PlayAlbum
|
||||||
}
|
}
|
||||||
catch (Exception error)
|
catch (Exception error)
|
||||||
{
|
{
|
||||||
services.PersistentNotification.Create(
|
services.Notify.PersistentNotification(
|
||||||
message: error.Message,
|
message: error.Message,
|
||||||
title: "Erreur Spotify");
|
title: "Erreur Spotify");
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ namespace NetDaemonConfig.Apps.Spotify.PlayArtist
|
||||||
}
|
}
|
||||||
catch (Exception error)
|
catch (Exception error)
|
||||||
{
|
{
|
||||||
services.PersistentNotification.Create(
|
services.Notify.PersistentNotification(
|
||||||
message: error.Message,
|
message: error.Message,
|
||||||
title: "Erreur Spotify");
|
title: "Erreur Spotify");
|
||||||
}
|
}
|
||||||
|
|
|
@ -89,7 +89,7 @@ namespace NetDaemonConfig.Apps.Spotify.PlayPlaylist
|
||||||
}
|
}
|
||||||
catch (Exception error)
|
catch (Exception error)
|
||||||
{
|
{
|
||||||
services.PersistentNotification.Create(
|
services.Notify.PersistentNotification(
|
||||||
message: error.Message,
|
message: error.Message,
|
||||||
title: "Erreur Spotify");
|
title: "Erreur Spotify");
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,7 +56,7 @@ namespace NetDaemonConfig.Apps.Spotify.PlaySong
|
||||||
}
|
}
|
||||||
catch (Exception error)
|
catch (Exception error)
|
||||||
{
|
{
|
||||||
services.PersistentNotification.Create(
|
services.Notify.PersistentNotification(
|
||||||
message: error.Message,
|
message: error.Message,
|
||||||
title: "Erreur Spotify");
|
title: "Erreur Spotify");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue