Selaa lähdekoodia

Fix build under AppleTV due to : kVLCRecentURLTitles contant missing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Alessio Pollero 9 vuotta sitten
vanhempi
commit
aa76b1c3ff
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Apple-TV/VLCTVConstants.h

+ 1 - 0
Apple-TV/VLCTVConstants.h

@@ -14,6 +14,7 @@
 #define kVLCVersionCodename @"All Along the Watchtower"
 
 #define kVLCRecentURLs @"recent-urls"
+#define kVLCRecentURLTitles @"recent-url-titles"
 #define kVLCStoreDropboxCredentials @"kVLCStoreDropboxCredentials"
 #define kVLCStoreOneDriveCredentials @"kVLCStoreOneDriveCredentials"
 #define kVLCStoreBoxCredentials @"kVLCStoreBoxCredentials"