mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-08-06 09:09:40 +02:00
add download btn on every list item
change meanTorrent config
This commit is contained in:
@@ -27,9 +27,7 @@ exports.renderIndex = function (req, res) {
|
||||
res.render('modules/core/server/views/index', {
|
||||
user: JSON.stringify(safeUserObject),
|
||||
sharedConfig: JSON.stringify(config.shared),
|
||||
announce: JSON.stringify(config.announce),
|
||||
tmdbConfig: JSON.stringify(config.tmdbConfig),
|
||||
resourcesTags: JSON.stringify(config.resourcesTags)
|
||||
meanTorrentConfig: JSON.stringify(config.meanTorrentConfig)
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@@ -59,9 +59,7 @@
|
||||
<script type="text/javascript">
|
||||
var user = {{{ user }}};
|
||||
var env = "{{ env }}";
|
||||
var announce = {{{ announce }}};
|
||||
var tmdbConfig = {{{ tmdbConfig }}};
|
||||
var resourcesTags = {{{ resourcesTags }}};
|
||||
var meanTorrentConfig = {{{ meanTorrentConfig }}};
|
||||
</script>
|
||||
|
||||
<!--Load The Socket.io File-->
|
||||
|
||||
Reference in New Issue
Block a user