Pārlūkot izejas kodu

Fix build under AppleTV due to : kVLCRecentURLTitles contant missing

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Alessio Pollero 9 gadi atpakaļ
vecāks
revīzija
aa76b1c3ff
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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"