Bladeren bron

MediaLibraryBaseModel: Add songs notification

Soomin Lee 7 jaren geleden
bovenliggende
commit
5bd13edd69
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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 {