Files
tunarr/old/web/controllers/settings.js

5 lines
154 B
JavaScript

module.exports = function ($scope, $location) {
$scope.selected = $location.hash()
if ($scope.selected === '')
$scope.selected = 'xmltv'
}