Hide libraries when the server is off

pull/9/head
Chewbaka69 6 years ago
parent 0ff3f28f9d
commit 94d11aa79b

@ -36,6 +36,7 @@ class Controller_Settings extends Controller_Template
->on('server.id', '=','library.server_id' )
->where('server.user_id', $user_id)
->and_where('server.disable', 0)
->and_where('server.online', 1)
;
});

Loading…
Cancel
Save