Notification Title

We have some default notification :

VIDEO

1. When Add New Video. 2. When Update Video. You can edit from file app/root.js

root.VIDEO_UPDATE = "Updated Video";
root.VIDEO_NEW = "New Video";
  • Notif title : String Above

  • Notif Content : Video Name

PLAYLIST

3. When Add or Update Playlist.

You can edit from file app/root.js

root.PLAYLIST_UPDATE = "Updated Playlist";
root.PLAYLIST_NEW = "New Playlist";
  • Notif title : String Above

  • Notif Content : Playlist Name

Last updated