Update format.js
Sort channels by name in `unsorted.m3u`
This commit is contained in:
		| @@ -43,6 +43,7 @@ async function main() { | |||||||
|   if (index.items.length) { |   if (index.items.length) { | ||||||
|     await loadPlaylist('channels/unsorted.m3u') |     await loadPlaylist('channels/unsorted.m3u') | ||||||
|       .then(removeUnsortedDuplicates) |       .then(removeUnsortedDuplicates) | ||||||
|  |       .then(sortChannels) | ||||||
|       .then(updatePlaylist) |       .then(updatePlaylist) | ||||||
|       .then(done) |       .then(done) | ||||||
|   } |   } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user