Parcourir la source

MediaLibraryBaseModel: Add songs notification

Soomin Lee il y a 7 ans
Parent
commit
5bd13edd69
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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 {