From bbc62c5015db274731f1be753d329d77ada5a9d0 Mon Sep 17 00:00:00 2001 From: kiriles90 <38388670+kiriles90@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:14:27 +0300 Subject: [PATCH 1/4] Update popcorn-time.rb --- dist/mac/casks/popcorn-time.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/mac/casks/popcorn-time.rb b/dist/mac/casks/popcorn-time.rb index 0a699493c1..272fb0709d 100644 --- a/dist/mac/casks/popcorn-time.rb +++ b/dist/mac/casks/popcorn-time.rb @@ -1,12 +1,12 @@ cask "popcorn-time" do - version "0.5.0" + version "0.5.1" - nwjs = "0.64.0" + nwjs = "0.86.0" arch = "x64" name token.gsub(/\b\w/, &:capitalize) desc "BitTorrent client that includes an integrated media player" - homepage "https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-osx64.zip" + homepage "https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-osx64.zip" repo = "popcorn-official/popcorn-desktop" zip = "#{name.first}-#{version}-osx64.zip" @@ -21,9 +21,9 @@ silent = "silent" end - sha256 "26abc15d95b4afa48d9383f997ed7393bbcc0cca794a6aa8210b3dc468c08b89" + sha256 "119225ce4c8f3049358412e7230fba5a05c3af2b7168bf71acdc178d994c2f28" - url "https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.0/Popcorn-Time-0.5.0-osx64.zip" + url "https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-osx64.zip" auto_updates true depends_on arch: :x86_64 From ddaa2109a40a124e5fb9df54f6be1b2b0b92c600 Mon Sep 17 00:00:00 2001 From: kiriles90 <38388670+kiriles90@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:59:53 +0300 Subject: [PATCH 2/4] Update file-selector.tpl --- src/app/templates/file-selector.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/templates/file-selector.tpl b/src/app/templates/file-selector.tpl index 5b3d04ec4a..0f28b7e9f4 100644 --- a/src/app/templates/file-selector.tpl +++ b/src/app/templates/file-selector.tpl @@ -12,7 +12,7 @@ <% if (Settings.activateSeedbox && !localFile) { %> <% } else { %><% } %><%=Common.fileSize(file.length) %> - <%=file.name %> + <%=file.name %> <% }}); %> From ce54befa8267fd31742311cd570ca85de4328784 Mon Sep 17 00:00:00 2001 From: kiriles90 <38388670+kiriles90@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:00:14 +0300 Subject: [PATCH 3/4] Update torrent-list.tpl --- src/app/templates/torrent-list.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/templates/torrent-list.tpl b/src/app/templates/torrent-list.tpl index 34c5f2eb2f..9a25acae06 100644 --- a/src/app/templates/torrent-list.tpl +++ b/src/app/templates/torrent-list.tpl @@ -2,7 +2,7 @@ <%_.each(torrents, function(torrent, k) { %> title="<%=torrent.source.split('//').pop().split('/')[0] %>" <% } else { %>title="<%=torrent.provider.toLowerCase() %>" style="cursor:default" <% } %>data-toggle="tooltip" data-container="body" data-placement="left">style="cursor:default" <% } %>onerror="this.onerror=null; this.style.display='none'; this.parentElement.style.top='0'; this.parentElement.classList.add('fas', 'fa-link')" onload="this.onerror=null; this.onload=null;"/> - <%=torrent.title %> + <%=torrent.title %> <%=torrent.seed || torrent.seeds || 0 %> / <%=torrent.peer || torrent.peers || 0 %> <% if (torrent.quality) { %><%=torrent.quality %><% } %> <% if (torrent.filesize) { %><%=torrent.filesize %><% } %> From 7235c402929db96cd0d65dcdee6359a34a97fb2a Mon Sep 17 00:00:00 2001 From: kiriles90 <38388670+kiriles90@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:00:41 +0300 Subject: [PATCH 4/4] Update seedbox.js --- src/app/lib/views/seedbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/lib/views/seedbox.js b/src/app/lib/views/seedbox.js index 410d4865e1..6b94b271b1 100644 --- a/src/app/lib/views/seedbox.js +++ b/src/app/lib/views/seedbox.js @@ -478,7 +478,7 @@ selected = true; } $fileList.append(`
  • - ${file.name} + ${file.name}