We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e98176 commit 9a4643fCopy full SHA for 9a4643f
libs/web-media/src/lib/data-info/file-info.ts
@@ -237,7 +237,7 @@ export class FileInfo extends DataInfo {
237
object.size,
238
file,
239
);
240
- result.online = object.online ?? false;
+ result.online = object.online ?? true;
241
result.attributes = object.attributes;
242
result.url = object.url;
243
result.hash = object.hash;
0 commit comments