fixed String method for Resolution
This commit is contained in:
parent
92475330f8
commit
23f657024b
@ -45,6 +45,6 @@ func (r Resolution) String() string {
|
|||||||
case ResolutionSD:
|
case ResolutionSD:
|
||||||
return "SD"
|
return "SD"
|
||||||
default:
|
default:
|
||||||
return fmt.Sprintf("%sp", r)
|
return fmt.Sprintf("%dp", r)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user