Skip to content

Commit

Permalink
✔ Wkwk ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
bifeldy committed Oct 10, 2023
1 parent ab73cb8 commit 6278ed7
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/fansubid/browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<noscript>🎉 Harap Menyalakan JavaScript Untuk Dapat Mengakses Website Ini ✨</noscript>
</div>
<app-root></app-root>
<script src="runtime.281d741ce93f0030.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.c0a8984f60e07c8a.js" type="module"></script>
<script src="runtime.205fa0c26d90aba5.js" type="module"></script><script src="polyfills.bbae203fdd01cf64.js" type="module"></script><script src="scripts.25bb5de51afc8a05.js" defer></script><script src="main.c0a8984f60e07c8a.js" type="module"></script>


</body></html>
12 changes: 6 additions & 6 deletions dist/fansubid/browser/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1696947430611,
"timestamp": 1696949196050,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -26,7 +26,7 @@
"/534.a5d5abefbd275e54.js",
"/58.721663273c073779.js",
"/628.b8bdb826fd1c3eac.js",
"/635.2475ab38900e898d.js",
"/635.48e1195fbee4ef8e.js",
"/650.37453a8a19e9c5c9.js",
"/734.17b3f6bce3f224fd.js",
"/750.ebd8141ed453be68.js",
Expand All @@ -43,7 +43,7 @@
"/main.c0a8984f60e07c8a.js",
"/manifest.webmanifest",
"/polyfills.bbae203fdd01cf64.js",
"/runtime.281d741ce93f0030.js",
"/runtime.205fa0c26d90aba5.js",
"/scripts.25bb5de51afc8a05.js",
"/styles.cc219f76eabe7138.css"
],
Expand Down Expand Up @@ -99,7 +99,7 @@
"/534.a5d5abefbd275e54.js": "2db9a3c84ef6905dc89b2bf88d1c3d08aaf927a7",
"/58.721663273c073779.js": "4ff412630a02d0493741f7a72f7e97fd86f57d24",
"/628.b8bdb826fd1c3eac.js": "e88618cc4f1fa66b5ca8a58bfc24bef828469321",
"/635.2475ab38900e898d.js": "d40fd21db6127a5107705c4a10cbb3f24871f4da",
"/635.48e1195fbee4ef8e.js": "50c775fb92589c0d31710401e50bed2208519686",
"/650.37453a8a19e9c5c9.js": "b9fcdbb5c878b941427a25a4cf9c883324e31dce",
"/734.17b3f6bce3f224fd.js": "0345764bab82e8bbfa7876bb341f7d256071250b",
"/750.ebd8141ed453be68.js": "4d545961aeeba3910e1052c27f0b734c61a4bcba",
Expand All @@ -112,11 +112,11 @@
"/960.1e1fe3434266e9a4.js": "c649bd883373fc66f7e2781d27054b5da57413a3",
"/common.9328880044a7fd63.js": "597ee1dc67b43fb372bc1221d81ee45b6b70e9c4",
"/favicon.ico": "071facb8fab2e4b3493dcfbb0b02d7bd21bca97e",
"/index.html": "96f5c08e89d1cb28537fe7fdeeb5941663c37c87",
"/index.html": "fff251d894b079a52bfb1e9b6b10fef3bfba3b5d",
"/main.c0a8984f60e07c8a.js": "b04b16a2e438e4d141981131034cfaca0562eef0",
"/manifest.webmanifest": "eafb5426cdc9fd714787e5453af315b9972875a3",
"/polyfills.bbae203fdd01cf64.js": "a59f17cf29cb649f708d7ec7aa6b7247712859e1",
"/runtime.281d741ce93f0030.js": "8208f22313b9a1b9dbed71df49cf3d6b285a3a15",
"/runtime.205fa0c26d90aba5.js": "ae86349e4c596c4d81104addef82c5dfdbac61fd",
"/scripts.25bb5de51afc8a05.js": "61d71afde3d3c58daff9d6801601386596732294",
"/styles.cc219f76eabe7138.css": "4c5a85052f050c876427947a8d75459753879403"
},
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/fansubid/server/main.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions src/api/scheduler/upload-task.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class UploadService {
const resSaveMkvAttachment = await this.attachmentRepo.save(mkvAttachment);
await this.attachmentRepo.remove(resSaveMkvAttachment as any);
} catch (e) {
this.gs.log('[FILE_ATTACHMENT-ERROR] 🎼', e, 'error');
this.gs.log('[FILE_SUBTITLE_FONT-UPLOAD_ERROR] 🎼', e, 'error');
}
}
}
Expand Down Expand Up @@ -154,7 +154,7 @@ export class UploadService {
await this.uploadSubtitleAndFont(resMkvAttachmentSave);
}
} catch (e2) {
this.gs.log('[FILE_ATTACHMENT-ERROR] 🎼', e2, 'error');
this.gs.log('[FILE_SUBTITLE_FONT-EXTRACT_ERROR] 🎼', e2, 'error');
}
}
} catch (e1) {
Expand Down Expand Up @@ -197,7 +197,7 @@ export class UploadService {
await this.berkasRepo.remove(berkas);
}
} catch (e) {
this.gs.log('[FILE_ATTACHMENT-ERROR] 🎼', e, 'error');
this.gs.log('[FILE_VIDEO_ZIP-UPLOAD_ERROR] 🎼', e, 'error');
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h2 class="border-bottom-dotted">
<button type="button" class="m-1 w-100 shiny" mat-stroked-button color="accent" (click)="ddl(berkasData.attachment_.id)"
matTooltip="{{ lampiran.orig || lampiran.name + '.' + lampiran.ext }} :: {{ lampiran.download_count }}x Unduhan" *ngIf="!lampiran.data && !lampiran.isDownloading && !lampiran.isCompleted">
<mat-icon fontIcon="movie" class="me-1"></mat-icon>
{{ lampiran.orig || lampiran.name | slice:0:5 }}.....{{ lampiran.ext }} ({{ lampiran.size | bytes }})
{{ lampiran.orig?.split('.')[0] || lampiran.name | slice:0:5 }}.....{{ lampiran.ext }} ({{ lampiran.size | bytes }})
</button>
<button type="button" class="m-1 w-100" mat-stroked-button color="accent" (click)="cancel_dl(berkasData.attachment_.id)"
matTooltip="{{ lampiran.orig || lampiran.name + '.' + lampiran.ext }} :: {{ lampiran.download_count }}x Unduhan" *ngIf="!lampiran.data && lampiran.isDownloading">
Expand All @@ -82,7 +82,7 @@ <h2 class="border-bottom-dotted">
<button type="button" class="m-1 w-100 shiny" mat-stroked-button color="accent" (click)="saveFileAs(berkasData.attachment_.id)" *ngIf="lampiran.data"
matTooltip="{{ lampiran.orig || lampiran.name + '.' + lampiran.ext }} :: {{ lampiran.download_count }}x Unduhan">
<mat-icon fontIcon="save" class="me-1"></mat-icon>
{{ lampiran.orig || lampiran.name | slice:0:5 }}.....{{ lampiran.ext }} ({{ lampiran.size | bytes }})
{{ lampiran.orig?.split('.')[0] || lampiran.name | slice:0:5 }}.....{{ lampiran.ext }} ({{ lampiran.size | bytes }})
</button>
<div class="col">
<div class="px-3" *ngIf="lampiran.isDownloading && !lampiran.isCompleted">
Expand All @@ -104,12 +104,12 @@ <h2 class="border-bottom-dotted">
<button type="button" class="m-1 w-100" mat-stroked-button color="accent" *ngFor="let s of berkasData.attachment_.subtitles_"
(click)="standardDdlSubsFont(s.id)" matTooltip="{{ s.orig || s.name + '.' + s.ext }} :: {{ s.download_count }}x Unduhan">
<mat-icon fontIcon="notes" class="me-1"></mat-icon>
{{ s.orig || s.name | slice:0:5 }}.....{{ s.ext }} ({{ s.size | bytes }})
{{ s.orig?.split('.')[0] || s.name | slice:0:5 }}.....{{ s.ext }} ({{ s.size | bytes }})
</button>
<button type="button" class="m-1 w-100" mat-stroked-button color="accent" *ngFor="let f of berkasData.attachment_.fonts_"
(click)="standardDdlSubsFont(f.id)" matTooltip="{{ f.orig || f.name + '.' + f.ext }} :: {{ f.download_count }}x Unduhan">
<mat-icon fontIcon="font_download" class="me-1"></mat-icon>
{{ f.orig || f.name | slice:0:5 }}.....{{ f.ext }} ({{ f.size | bytes }})
{{ f.orig?.split('.')[0] || f.name | slice:0:5 }}.....{{ f.ext }} ({{ f.size | bytes }})
</button>
</div>
</div>
Expand Down

0 comments on commit 6278ed7

Please sign in to comment.