process graphics element yaml files with scriban (#2410)
* add content rating to media item template * process graphics element yaml files with scriban
This commit is contained in:
@@ -157,4 +157,5 @@ public class LocalFileSystem(IClient client, ILogger<LocalFileSystem> logger) :
|
||||
}
|
||||
|
||||
public Task<string> ReadAllText(string path) => File.ReadAllTextAsync(path);
|
||||
public Task<string[]> ReadAllLines(string path) => File.ReadAllLinesAsync(path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user