mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Remove optimize old videos script
It is not compatible with HLS and I don't have time to maintain it
This commit is contained in:
parent
0305db28c9
commit
66a7fc9473
7 changed files with 1 additions and 210 deletions
|
@ -6,7 +6,7 @@ function generateHLSObjectStorageKey (playlist: MStreamingPlaylist, video: MVide
|
|||
}
|
||||
|
||||
function generateHLSObjectBaseStorageKey (playlist: MStreamingPlaylist, video: MVideoUUID) {
|
||||
return playlist.getStringType() + '_' + video.uuid
|
||||
return join(playlist.getStringType(), video.uuid)
|
||||
}
|
||||
|
||||
function generateWebTorrentObjectStorageKey (filename: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue