New: Added drone factory rescan button to Wanted

This commit is contained in:
Mark McDowall
2014-03-21 21:31:15 -07:00
parent 357726ed09
commit 69f5c8444e
3 changed files with 18 additions and 2 deletions

View File

@@ -131,6 +131,14 @@ define(
title: 'Season Pass',
icon : 'icon-bookmark',
route: 'seasonpass'
},
{
title: 'Rescan Drone Factory Folder',
icon : 'icon-refresh',
command: 'downloadedepisodesscan',
properties: {
sendUpdates: true
}
}
]
};