Explorar o código

VLCLibraryViewController: fix the media selection does not play video

Pierre SAGASPE %!s(int64=7) %!d(string=hai) anos
pai
achega
8dd30ef0f5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCLibraryViewController.m

+ 1 - 1
Sources/VLCLibraryViewController.m

@@ -580,7 +580,7 @@ static NSString *kUsingTableViewToShowData = @"UsingTableViewToShowData";
     }
 
     [tableView deselectRowAtIndexPath:indexPath animated:YES];
-    NSManagedObject *selectedObject;
+    NSManagedObject *selectedObject = [_mediaDataSource objectAtIndex:indexPath.row];
 
     if (selectedObject != nil)
         [self openMediaObject:selectedObject];