Felix Paul Kühne %!s(int64=9) %!d(string=hai) anos
pai
achega
b8c9dd92da
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Sources/VLCOpenNetworkStreamViewController.m

+ 1 - 1
Sources/VLCOpenNetworkStreamViewController.m

@@ -209,7 +209,7 @@
         cell.detailTextLabel.highlightedTextColor = [UIColor blackColor];
     }
 
-    NSString *content = _recentURLs[indexPath.row];
+    NSString *content = [_recentURLs[indexPath.row] stringByRemovingPercentEncoding];
     cell.textLabel.text = [content lastPathComponent];
     cell.detailTextLabel.text = content;