Просмотр исходного кода

Fix build under AppleTV due to : kVLCRecentURLTitles contant missing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Alessio Pollero 9 лет назад
Родитель
Сommit
aa76b1c3ff
1 измененных файлов с 1 добавлено и 0 удалено
  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"