mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Maybe this helps a little
This commit is contained in:
@@ -17,6 +17,7 @@ export default withMermaid({
|
||||
sitemap: {
|
||||
hostname: 'https://mediabunny.dev',
|
||||
},
|
||||
lastUpdated: true,
|
||||
head: [
|
||||
['link', { rel: 'icon', type: 'image/png', href: '/mediabunny-logo.png' }],
|
||||
['link', { rel: 'icon', type: 'image/svg+xml', href: '/mediabunny-logo.svg' }],
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
Sitemap: https://mediabunny.dev/sitemap.xml
|
||||
@@ -515,6 +515,9 @@ export class Conversion {
|
||||
/**
|
||||
* Whether this conversion, as it has been configured, is valid and can be executed. If this field is `false`, check
|
||||
* the `discardedTracks` field for reasons.
|
||||
*
|
||||
* Note: a conversion having discarded tracks does not automatically mean it is invalid; if the remaining, utilized
|
||||
* tracks make for a valid output file, the conversion is still allowed.
|
||||
*/
|
||||
isValid = false;
|
||||
/** The list of tracks that are included in the output file. */
|
||||
|
||||
Reference in New Issue
Block a user