Bläddra i källkod

MediaLibraryBaseModel: Add songs notification

Soomin Lee 7 år sedan
förälder
incheckning
5bd13edd69
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      SharedSources/MediaLibraryModel/MediaLibraryBaseModel.swift

+ 1 - 0
SharedSources/MediaLibraryModel/MediaLibraryBaseModel.swift

@@ -19,6 +19,7 @@ extension Notification.Name {
     static let VLCAudioPlaylistsDidChangeNotification = Notification.Name("AudioPlaylistsDidChangeNotfication")
     static let VLCVideoPlaylistsDidChangeNotification = Notification.Name("VideoPlaylistsDidChangeNotfication")
     static let VLCVideosDidChangeNotification = Notification.Name("VideosDidChangeNotfication")
+    static let VLCAudioDidChangeNotification = Notification.Name("AudioDidChangeNotfication")
 }
 
 protocol MediaLibraryBaseModel {