소스 검색

MediaLibraryBaseModel: Add songs notification

Soomin Lee 7 년 전
부모
커밋
5bd13edd69
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {