public void AddVideo(string path)
 {
     libraryUpdater.AddVideo(path);
 }
예제 #2
0
        public void AddVideo(string path)
        {
            App.DebugLog("");

            _libraryUpdater.AddVideo(path);
        }