mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #8409 from Bond-009/warn61
Use record for AudioBookFilePathParserResult
This commit is contained in:
commit
e54f6b0660
@ -3,7 +3,7 @@ namespace Emby.Naming.AudioBook
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Data object for passing result of audiobook part/chapter extraction.
|
/// Data object for passing result of audiobook part/chapter extraction.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public struct AudioBookFilePathParserResult
|
public record struct AudioBookFilePathParserResult
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets optional number of path extracted from audiobook filename.
|
/// Gets or sets optional number of path extracted from audiobook filename.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user