Quellcode durchsuchen

MediaLibraryBaseModel: Add songs notification

Soomin Lee vor 7 Jahren
Ursprung
Commit
5bd13edd69
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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 {