@@ -277,6 +277,9 @@
// Inizialized home
[[NSNotificationCenter defaultCenter] postNotificationOnMainThreadName:k_notificationCenter_initializeMain object:nil userInfo:nil];
+ // Clear Media
+ [appDelegate.activeMedia reloadDataSource];
+
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 1 * NSEC_PER_SEC), dispatch_get_main_queue(), ^(void) {
[_hud hideHud];
});